-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
33 lines (33 loc) · 776 Bytes
/
app.json
File metadata and controls
33 lines (33 loc) · 776 Bytes
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": "AVP Memory Game",
"slug": "avp-memory-game",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/app-logo.png",
"userInterfaceStyle": "light",
"assetBundlePatterns": ["**/*"],
"ios": {
"buildNumber": "1",
"supportsTablet": true,
"bundleIdentifier": "com.avp.memorygame"
},
"android": {
"versionCode": 1,
"package": "com.avp.memorygame"
},
"plugins": [
[
"react-native-google-mobile-ads",
{
"androidAppId": "ca-app-pub-9243961400167403~7451196368",
"iosAppId": "ca-app-pub-9243961400167403~7235573943"
}
]
]
},
"react-native-google-mobile-ads": {
"android_app_id": "ca-app-pub-9243961400167403~7451196368",
"ios_app_id": "ca-app-pub-9243961400167403~7235573943"
}
}