This repository was archived by the owner on Sep 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathapp.json
More file actions
47 lines (47 loc) · 1.32 KB
/
Copy pathapp.json
File metadata and controls
47 lines (47 loc) · 1.32 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
{
"expo": {
"name": "React Native Expo Kit",
"description": "An elegant react native expo project kit to get you started ",
"slug": "react-native-expo-kit",
"owner": "Abdeen Mohamed",
"privacy": "public",
"version": "1.0.0",
"platforms": [
"ios",
"android",
"web"
],
"orientation": "portrait",
"primaryColor": "#549FFC",
"icon": "./assets/images/icon.png",
"extra": {
"serverURL": "YOUR_SERVER_URL"
},
"assetBundlePatterns": [
"**/*"
],
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"notification": {
"icon": "",
"color": "#549FFC",
"androidMode": "collapse",
"androidCollapsedTitle": "#{unread_notifications} new interactions"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"ios": {
"bundleIdentifier": "your.bunddleidentifier.here",
"buildNumber": "1.0.001",
"supportsTablet": true
},
"android": {
"package": "your.packagename.here",
"versionCode": 10001
}
}
}