-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
57 lines (57 loc) · 1.44 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
51
52
53
54
55
56
57
{
"expo": {
"scheme": "quiz-me-app",
"name": "QuizzBizz",
"slug": "quiz-me-app",
"orientation": "portrait",
"userInterfaceStyle": "light",
"backgroundColor": "#001524",
"icon": "./assets/images/Icon.png",
"plugins": [
"expo-localization",
[
"expo-build-properties",
{
"android": {
"extraProguardRules": "-keep class com.google.android.gms.internal.consent_sdk.** { *; }"
}
}
],
[
"expo-image-picker",
{
"photosPermission": "The app accesses your photos to let you share them with your friends."
}
]
],
"web": {
"bundler": "metro"
},
"extra": {
"eas": {
"projectId": "4a795a70-c60e-46e4-8a6d-0d8e75469696"
}
},
"android": {
"package": "com.quizzbizz.app",
"versionCode": 2,
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptiveIcon.png",
"backgroundColor": "#001524"
}
},
"ios": {
"bundleIdentifier": "com.quizzbizz.app",
"supportsTablet": true
},
"version": "1.2.0",
"sdkVersion": "48.0.0",
"platforms": ["ios", "android", "web"],
"currentFullName": "@donuggioni/quiz-me-app",
"originalFullName": "@donuggioni/quiz-me-app"
},
"react-native-google-mobile-ads": {
"android_app_id": "ca-app-pub-6155362875273384~2154795242",
"delay_app_measurement_init": true
}
}