-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
33 lines (33 loc) · 1.09 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
{
"expo": {
"name": "You Pluv",
"slug": "youpluv_react_native",
"privacy": "public",
"sdkVersion": "36.0.0",
"platforms": ["ios", "android", "web"],
"version": "2.0.0",
"orientation": "portrait",
"icon": "./src/assets/images/icon.png",
"splash": {
"image": "./src/assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"notification": {
"iosDisplayInForeground": true
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
},
"android": {
"package": "com.estartandodevs.youpluv",
"googleServicesFile": "./google-services.json"
},
"description": "O YouPluv tem como função ajudar a Defesa Civil a coletar dados pluviométricos para analisar os riscos de enchentes e deslizamentos. Para que sejam evitadas essas tragédias, é fundamental a colaboração da comunidade em geral, principalmente crianças e adolescentes.",
"githubUrl": "https://github.com/estartando-devs/youpluv_react_native"
}
}