-
-
Notifications
You must be signed in to change notification settings - Fork 831
Expand file tree
/
Copy pathapp.json
More file actions
22 lines (22 loc) · 529 Bytes
/
Copy pathapp.json
File metadata and controls
22 lines (22 loc) · 529 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"expo": {
"name": "country-picker-example",
"description": "Expo Country Picker Example",
"slug": "country-picker-example",
"privacy": "public",
"sdkVersion": "49.0.0",
"platforms": ["ios", "android", "web"],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./src/assets/images/icon.png",
"splash": {
"image": "./src/assets/images/splash.png"
},
"ios": {
"supportsTablet": true
},
"androidStatusBar": {
"backgroundColor": "#000000"
}
}
}