-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
50 lines (50 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"expo": {
"name": "Beenzer dApp",
"slug": "beenzerdapp",
"version": "1.0.0",
"orientation": "portrait",
"platforms": [
"ios",
"android"
],
"scheme": "com.beenzerdapp.com",
"icon": "./assets/icon.png",
"userInterfaceStyle": "dark",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/f45e2e6a-72ff-4693-83d0-ad667d9cae13"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.beenzerdapp.com",
"buildNumber": "7",
"config": {
"googleMapsApiKey": "AIzaSyDFJuBnYC42k1j9WEgNwY8_McZU2YHC-IQ"
}
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [],
"runtimeVersion": {
"policy": "sdkVersion"
},
"extra": {
"eas": {
"projectId": "b37474c5-8142-444c-959c-d0e86ca23b53"
}
},
"android": {
"package": "com.beenzerdapp.com"
}
}
}