-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
executable file
·89 lines (88 loc) · 2.06 KB
/
app.json
File metadata and controls
executable file
·89 lines (88 loc) · 2.06 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"expo": {
"name": "App Saudável",
"slug": "appsaudavel",
"scheme": "appsaudavel",
"currentFullName": "@lfelipelopes/appsaudavel",
"originalFullName": "@lfelipelopes/appsaudavel",
"version": "1.0.37",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#FBD977"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"plugins": [
["expo-location"],
[
"expo-notifications",
{
"color": "#ffffff"
}
],
[
"react-native-fbsdk-next",
{
"appID": "260906553003565",
"clientToken": "3f9010efd76ceb5ba80bc9c6a664513a",
"displayName": "App Saudável",
"scheme": "fb260906553003565"
}
],
[
"onesignal-expo-plugin",
{
"mode": "development"
}
]
],
"ios": {
"supportsTablet": false,
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false,
"SKAdNetworkItems": [
{
"SKAdNetworkIdentifier": "v9wttpbfk9.skadnetwork"
},
{
"SKAdNetworkIdentifier": "n38lu8286q.skadnetwork"
}
]
},
"bundleIdentifier": "com.appsaudavel"
},
"android": {
"googleServicesFile": "./google-services.json",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FBD977"
},
"package": "com.appsaudavel",
"versionCode": 8,
"permissions": [
"android.permission.INTERNET",
"com.google.android.gms.permission.AD_ID"
]
},
"web": {
"favicon": "./assets/favicon.png"
},
"androidStatusBar": {
"backgroundColor": "#000000",
"barStyle": "light-content"
},
"extra": {
"eas": {
"projectId": "1e30213a-6eb6-4734-b8ae-ca7ea7cefb99"
}
}
}
}