-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
41 lines (41 loc) · 1.12 KB
/
app.json
File metadata and controls
41 lines (41 loc) · 1.12 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
{
"expo": {
"name": "ReactNativePJ",
"slug": "ReactNativePJ",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.mypackage.coolapp",
"googleServicesFile": "./GoogleService-Info.plist"
},
"web": {
"favicon": "./assets/favicon.png",
"config": {
"firebase": {
"apiKey": "AIzaSyCAWb6ZsoMGzXrOiUPbsyaE4jbHEDS9G9w",
"authDomain": "react-native-4f187.firebaseapp.com",
"databaseURL": "https://react-native-4f187.firebaseio.com",
"projectId": "react-native-4f187",
"storageBucket": "react-native-4f187.appspot.com",
"messagingSenderId": "62896161962",
"appId": "1:62896161962:web:8eefe143ecd02f376a7cd3",
"measurementId": "G-ZW4R6WKTJE"
}
}
},
"description": ""
}
}