-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
executable file
·42 lines (42 loc) · 1.01 KB
/
Copy pathapp.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.01 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
{
"name": "DarkGridAI",
"displayName": "Dark Grid AI",
"expo": {
"name": "Dark Grid AI",
"slug": "dark-grid-ai",
"icon": "./assets/icon.png",
"sdkVersion": "53.0.0",
"newArchEnabled": false,
"plugins": [],
"android": {
"newArchEnabled": false,
"package": "org.darkgridai.app",
"icon": "./assets/icon.png",
"permissions": [
"READ_EXTERNAL_STORAGE",
"WRITE_EXTERNAL_STORAGE",
"ACCESS_COARSE_LOCATION",
"ACCESS_FINE_LOCATION"
],
"versionCode": 1,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000000"
}
},
"updates": {
"enabled": false
},
"extra": {
"eas": {
"projectId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
},
"enableHermes": true,
"enableNativeModules": true
},
"jsEngine": "hermes"
},
"react-native-google-mobile-ads": {
"android_app_id": "ca-app-pub-xxxxxxxxxxxxxxxx~yyyyyyyyyy"
}
}