-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
40 lines (40 loc) · 998 Bytes
/
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
{
"name": "GoBeyond",
"displayName": "Pogoide",
"expo": {
"name": "Pogoide",
"slug": "GoBeyond",
"version": "0.9.2",
"assetBundlePatterns": [
"**/*"
],
"icon": "./src/res/appicon.png",
"splash": {
"image": "./src/res/appsplash.png"
},
"androidNavigationBar": {
"backgroundColor": "#c62727"
},
"notification": {
"icon": "./src/res/appnotif.png"
},
"android": {
"package": "com.appguyinc.pogoide",
"versionCode": 2,
"googleServicesFile": "./google-services.json",
"useNextNotificationsApi": true,
"adaptiveIcon": {
"foregroundImage": "./src/res/appicontrans.png",
"backgroundColor": "#ffffff"
},
"config": {
"googleMobileAdsAppId": "ca-app-pub-3964349820995179~4710946561"
}
},
"ios": {
"bundleIdentifier": "com.appguyinc.pogoide",
"googleServicesFile": "./GoogleService-Info.plist"
},
"orientation": "portrait"
}
}