-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
91 lines (91 loc) · 2.37 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
{
"expo": {
"name": "MOOD Lofi Musics",
"slug": "mood",
"version": "1.0.0",
"owner": "jimmyluo",
"orientation": "portrait",
"scheme": [
"mood",
"fb1779948852457246"
],
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/splash1.png",
"resizeMode": "cover",
"backgroundColor": "#000"
},
"assetBundlePatterns": [
"assets/**",
"**/*"
],
"ios": {
"usesAppleSignIn": true,
"bundleIdentifier": "com.mood.moodmusics",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false,
"UIBackgroundModes": [
"audio",
"fetch",
"processing"
],
"BGTaskSchedulerPermittedIdentifiers": "com.mood.moodmusics",
"NSCameraUsageDescription": "We needs camera permissions to allow you to upload profile photos.",
"NSPhotoLibraryAddUsageDescription": "We needs photo library permissions to allow you to upload profile images.",
"NSPhotoLibraryUsageDescription": "We needs photo library permissions to allow you to upload profile images.",
"LSApplicationQueriesSchemes": [
"itms-apps"
],
"CFBundleDevelopmentRegion": "en"
},
"buildNumber": "27"
},
"android": {
"package": "com.mood.moodmusics",
"versionCode": 27
},
"web": {
"favicon": "./assets/favicon.png"
},
"packagerOpts": {
"assetExts": [
"html"
]
},
"extra": {
"eas": {
"projectId": "c36b5ae6-48c6-40dc-aa5d-393e88255e24"
}
},
"plugins": [
[
"expo-build-properties",
{
"android": {
"compileSdkVersion": 33,
"targetSdkVersion": 33,
"buildToolsVersion": "32.0.0"
},
"ios": {
"useFrameworks": "static",
"deploymentTarget": "13.0"
}
}
],
[
"@stripe/stripe-react-native",
{
"merchantIdentifier": "merchant.com.mood.moodmusics",
"enableGooglePay": true
}
],
"expo-apple-authentication",
"@config-plugins/react-native-google-cast"
]
},
"react-native-google-mobile-ads": {
"android_app_id": "ca-app-pub-8122558019627328~9395004329",
"ios_app_id": "ca-app-pub-8122558019627328~6489601390"
}
}