-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
90 lines (90 loc) · 2.6 KB
/
app.json
File metadata and controls
90 lines (90 loc) · 2.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"expo": {
"slug": "riverrun",
"version": "1.2.0",
"orientation": "portrait",
"icon": "./app-internal/assets/images/icon.png",
"scheme": "riverrun",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false,
"NSMicrophoneUsageDescription": "PERP GO may use the microphone to send voice messages in customer support chat."
}
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#313031",
"foregroundImage": "./app-internal/assets/images/android-icon-foreground.png",
"backgroundImage": "./app-internal/assets/images/android-icon-background.png",
"monochromeImage": "./app-internal/assets/images/android-icon-monochrome.png"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
},
"plugins": [
"expo-font",
"expo-router",
[
"expo-splash-screen",
{
"image": "./app-internal/assets/images/splash-icon.png",
"imageWidth": 100,
"resizeMode": "contain",
"backgroundColor": "#ffffff",
"dark": {
"backgroundColor": "#000000"
}
}
],
"expo-secure-store",
"expo-web-browser",
[
"@sentry/react-native/expo",
{
"url": "https://sentry.io/",
"note": "Use SENTRY_AUTH_TOKEN env to authenticate with Sentry. Already added in EAS platform",
"organization": "perp",
"project": "riverrun"
}
],
[
"@intercom/intercom-react-native",
{
"appId": "tlxodcmw",
"androidApiKey": "android_sdk-bdb2171ef56a06265b1df0f5aecf5d14adc40d4f",
"iosApiKey": "ios_sdk-e5774cb37d2a4066ddf241e1494637775fcf4801",
"useManualInit": true
}
],
[
"expo-notifications",
{
"icon": "./app-internal/assets/images/android-icon-monochrome.png",
"color": "#313031",
"defaultChannel": "default"
}
]
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"router": {},
"eas": {
"projectId": "058a60a5-6caf-492e-8330-d0814b655293"
},
"sentryDsn": "https://1bc264969dedd2511942c018ffaea2cd@o4504549357715456.ingest.us.sentry.io/4510356116996096"
},
"owner": "perpetual-protocol",
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/058a60a5-6caf-492e-8330-d0814b655293"
}
}
}