-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
49 lines (49 loc) · 1.04 KB
/
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
41
42
43
44
45
46
47
48
49
{
"expo": {
"name": "wcpos-monorepo-app-with-flipper",
"slug": "wcpos-monorepo-app-with-flipper",
"owner": "kilbot",
"version": "1.0.0",
"githubUrl": "https://github.com/wcpos/app-with-flipper",
"jsEngine": "hermes",
"orientation": "portrait",
"icon": "./assets/icon.png",
"backgroundColor": "#F0F4F8",
"scheme": "wcpos",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#F0F4F8"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"bundleIdentifier": "com.wcpos.client.flipper",
"buildNumber": "1.0.0",
"supportsTablet": true
},
"android": {
"package": "com.wcpos.client.flipper",
"versionCode": 400010000,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#F0F4F8"
}
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
"expo-community-flipper"
],
"extra": {
"eas": {
"projectId": "2a051d9c-1c4c-40e2-98c2-f87ee7b6e485"
}
}
}
}