forked from calebnance/expo-uber
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
32 lines (32 loc) · 760 Bytes
/
app.json
File metadata and controls
32 lines (32 loc) · 760 Bytes
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
{
"expo": {
"name": "Expo Uber",
"description": "uber clone with expo",
"scheme": "uberclone",
"slug": "uberclone",
"privacy": "public",
"sdkVersion": "35.0.0",
"version": "0.0.1",
"platforms": ["android", "ios"],
"githubUrl": "https://github.com/calebnance/expo-uber",
"orientation": "portrait",
"primaryColor": "#000000",
"icon": "src/assets/icon.png",
"splash": {
"backgroundColor": "#000000",
"image": "src/assets/splash.png",
"resizeMode": "contain"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"android": {
"versionCode": 1
},
"ios": {
"buildNumber": "0.0.1",
"supportsTablet": true
}
}
}