generated from wednesday-solutions/react-native-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
40 lines (40 loc) · 977 Bytes
/
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
{
"expo": {
"name": "react-native-template-ws",
"slug": "rnt-ws1",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/4f7e7729-7795-4d18-a511-6b1f7dfcf06e"
},
"assetBundlePatterns": ["**/*"],
"web": {
"favicon": "./assets/favicon.png"
},
"android": {
"package": "com.wednesdaysolutions.wsrntjs",
"runtimeVersion": "1.0.0"
},
"extra": {
"eas": {
"projectId": "4f7e7729-7795-4d18-a511-6b1f7dfcf06e"
}
},
"plugins": ["@config-plugins/detox"],
"owner": "abhishek-ws",
"ios": {
"bundleIdentifier": "com.wednesdaysolutions.wsrntjs",
"buildNumber": "8",
"runtimeVersion": {
"policy": "sdkVersion"
}
}
}
}