-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathapp.json
More file actions
28 lines (28 loc) · 693 Bytes
/
Copy pathapp.json
File metadata and controls
28 lines (28 loc) · 693 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
{
"expo": {
"name": "Expo Uber",
"description": "Uber: UI Clone with React Native & Expo",
"scheme": "uberclone",
"slug": "uberclone",
"privacy": "public",
"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"
},
"assetBundlePatterns": ["**/*"],
"android": {
"versionCode": 1
},
"ios": {
"buildNumber": "0.0.1",
"supportsTablet": true
}
}
}