-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
94 lines (94 loc) · 2.56 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"expo": {
"name": "Quiz Arena",
"slug": "Quiz-Arena-Frontend-Scaffold",
"version": "8.0.18",
"orientation": "portrait",
"icon": "./assets/icon2.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#1d284b"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"associatedDomains": ["applinks:quizarena.gg"],
"supportsTablet": true,
"bundleIdentifier": "com.niravpatelp129.QuizArenaFrontendScaffold",
"usesAppleSignIn": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/icon2.png",
"backgroundColor": "#ffffff"
},
"package": "com.niravpatelp129.QuizArenaFrontendScaffold",
"googleServicesFile": "./google-services.json",
"intentFilters": [
{
"action": "VIEW",
"autoVerify": true,
"data": [
{
"scheme": "https",
"host": "quizarena.gg",
"pathPrefix": "/"
}
],
"category": ["BROWSABLE", "DEFAULT"]
}
]
},
"web": {
"favicon": "./assets/icon2.jpg"
},
"scheme": ["facebookLogin", "fb1015444866200816", "quizarena"],
"extra": {
"eas": {
"projectId": "8c111cf0-8ea7-4e8d-a8c6-a92bb5e06340"
}
},
"plugins": [
"expo-apple-authentication",
"expo-localization",
[
"expo-image-picker",
{
"photosPermission": "The app accesses your photos to let you set your profile picture."
}
],
[
"react-native-fbsdk-next",
{
"appID": "1015444866200816",
"clientToken": "53626e4efbb9cb935ffc8786e5865c75",
"displayName": "Quiz Arena",
"scheme": "fb1015444866200816",
"advertiserIDCollectionEnabled": false,
"autoLogAppEventsEnabled": false,
"isAutoInitEnabled": true
}
],
[
"expo-tracking-transparency",
{
"userTrackingPermission": "This identifier will be used to deliver personalized ads to you."
}
],
[
"expo-build-properties",
{
"ios": {
"useFrameworks": "static"
}
}
]
]
},
"react-native-google-mobile-ads": {
"android_app_id": "ca-app-pub-7342852291876571~2182954368",
"ios_app_id": "ca-app-pub-7342852291876571~5172349281",
"user_tracking_usage_description": "This identifier will be used to deliver personalized ads to you."
}
}