-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
71 lines (71 loc) · 1.65 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"expo": {
"name": "Pronto, Entregue!",
"slug": "pronto-entregue",
"privacy": "unlisted",
"scheme": "prontoentregue",
"backgroundColor": "#EFE8DA",
"primaryColor": "#EFE8DA",
"platforms": [
"ios",
"android"
],
"experiments": {
"redesignedLogBox": true
},
"version": "1.6.1",
"orientation": "portrait",
"icon": "./src/assets/icon.png",
"splash": {
"image": "./src/assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#F11761"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"./src/assets/*"
],
"notification": {
"icon": "./src/assets/notification-icon.png"
},
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.flaker.prontoentregue",
"buildNumber": "1.6.1",
"icon": "./src/assets/ios-icon.png",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "Isso vai nos permitir mostrar os estabelecimentos mais próximos de você"
},
"config": {
"googleMapsApiKey": "AIzaSyCnyK3H_XKu_MiSnq9CKRU28BBoPUkTIoY"
}
},
"android": {
"useNextNotificationsApi": true,
"googleServicesFile": "./google-services.json",
"package": "com.flaker.prontoentregue",
"versionCode": 11,
"permissions": [
"ACCESS_COARSE_LOCATION",
"ACCESS_FINE_LOCATION",
"CAMERA",
"READ_CONTACTS",
"READ_EXTERNAL_STORAGE"
],
"config": {
"googleMaps": {
"apiKey": "AIzaSyDz8WuCOZQucFn-HkQewugwgRQqvjofxz8"
}
}
},
"androidStatusBar": {
"barStyle": "dark-content",
"translucent": true,
"backgroundColor": "#00000000"
},
"description": "",
"githubUrl": "https://github.com/danielkv/pronto-entregue-app"
}
}