-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
45 lines (45 loc) · 1.4 KB
/
app.json
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
{
"expo": {
"name": "base-expo-native-project",
"description": "This project is really great.",
"slug": "base-expo-native-project",
"privacy": "public",
"sdkVersion": "25.0.0",
"platforms": [
"ios",
"android"
],
"version": "1.0.0",
"orientation": "portrait",
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.OrganizationID.CanonicalAppID",
"splash": {
"backgroundColor": "#0D0047"
},
"publishBundlePath": "ios/base-expo-native-project/Supporting/shell-app.bundle",
"publishManifestPath": "ios/base-expo-native-project/Supporting/shell-app-manifest.json"
},
"android": {
"package": "com.OrganizationID.CanonicalAppID",
"splash": {
"backgroundColor": "#0D0047"
}
},
"icon": "./assets/images/icon.png",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#0D0047"
},
"extra": {
"defaultAppLanguage": "en"
},
"isDetached": true,
"detach": {
"scheme": "exp6240bd4aef4c4d429e5d87a9ee39adb0",
"iosExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/ios-v2.3.3-sdk25.0.0-e7a4361a-631d-4caf-9692-1880d71c394a.tar.gz",
"androidExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/android-v2.3.0-sdk25.0.0-0c32461b-a7c6-4ddc-b85b-32a80c4f18d9.tar.gz"
}
}
}