|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+{
|
|
|
2
|
+ "expo": {
|
|
|
3
|
+ "name": "Grocery Police",
|
|
|
4
|
+ "slug": "GroceryPolice_Final",
|
|
|
5
|
+ "version": "1.0.0",
|
|
|
6
|
+ "orientation": "portrait",
|
|
|
7
|
+ "icon": "./assets/icon.png",
|
|
|
8
|
+ "splash": {
|
|
|
9
|
+ "image": "./assets/splash.png",
|
|
|
10
|
+ "resizeMode": "contain",
|
|
|
11
|
+ "backgroundColor": "#ffffff"
|
|
|
12
|
+ },
|
|
|
13
|
+ "updates": {
|
|
|
14
|
+ "fallbackToCacheTimeout": 0
|
|
|
15
|
+ },
|
|
|
16
|
+ "assetBundlePatterns": [
|
|
|
17
|
+ "**/*"
|
|
|
18
|
+ ],
|
|
|
19
|
+ "ios": {
|
|
|
20
|
+ "supportsTablet": true
|
|
|
21
|
+ },
|
|
|
22
|
+ "android": {
|
|
|
23
|
+ "adaptiveIcon": {
|
|
|
24
|
+ "foregroundImage": "./assets/adaptive-icon.png",
|
|
|
25
|
+ "backgroundColor": "#FFFFFF"
|
|
|
26
|
+ }
|
|
|
27
|
+ },
|
|
|
28
|
+ "web": {
|
|
|
29
|
+ "favicon": "./assets/favicon.png"
|
|
|
30
|
+ },
|
|
|
31
|
+ "description": "Draft bien draft"
|
|
|
32
|
+ }
|
|
|
33
|
+}
|