-
Notifications
You must be signed in to change notification settings - Fork 3
/
app.json
62 lines (62 loc) · 1.96 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
{
"expo": {
"name": "expo-react-bunny",
"slug": "expo-react-bunny",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"scheme": "expo-react-bunny",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"userInterfaceStyle": "automatic",
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.zrwusa.expo-react-bunny",
"config": {
"googleMapsApiKey": "AIzaSyDCdDf8m_Kaf0t6J_egFFZ8ASgwUnctUL4",
"googleSignIn": {
"reservedClientId": "com.googleusercontent.apps.885187778268-gpa16i4lra9rjllqeblif6rq33dut3av"
}
},
"infoPlist": {
"CFBundleAllowMixedLocalizations": true
},
"userInterfaceStyle": "automatic",
"googleServicesFile": "./GoogleService-Info.plist"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.zrwusa.exporeactbunny",
"config": {
"googleMaps": {
"apiKey": "AIzaSyDCdDf8m_Kaf0t6J_egFFZ8ASgwUnctUL4"
}
},
"userInterfaceStyle": "automatic",
"useNextNotificationsApi": true,
"googleServicesFile": "./google-services.json"
},
"locales": {
"en": "./src/lang/en.json",
"zh": "./src/lang/zh-Hans-CN.json",
"he": "./src/lang/he.json"
},
"web": {
"favicon": "./assets/favicon.png"
},
"description": "React Native,iOS Android Web,Write once run everywhere,Typescript,Webpack 5,Redux,Mock server,JWT Auth,Eslint,Stylelint. I know you don't want a complicated project, what you want is a collection of samples based on cutting-edge technology.Your happy use is my goal!",
"githubUrl": "https://github.com/zrwusa/expo-react-bunny.git"
}
}