-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathapp.json
More file actions
62 lines (62 loc) · 1.41 KB
/
app.json
File metadata and controls
62 lines (62 loc) · 1.41 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"expo": {
"android": {
"jsEngine": "hermes",
"versionCode": 17,
"softwareKeyboardLayoutMode": "pan",
"googleServicesFile": "./google-services.json"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"jsEngine": "hermes",
"buildNumber": "17",
"supportsTablet": true,
"googleServicesFile": "./GoogleService-Info.plist",
"config": {
"usesNonExemptEncryption": false
}
},
"name": "BACA",
"orientation": "portrait",
"owner": "binarapps",
"slug": "expo-typescript-template",
"splash": {
"backgroundColor": "#ffffff",
"image": "./assets/splash.png",
"resizeMode": "cover"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"userInterfaceStyle": "automatic",
"version": "2.2.0",
"plugins": [
"@react-native-google-signin/google-signin",
"expo-font",
"expo-localization",
"expo-secure-store",
"expo-router",
[
"expo-build-properties",
{
"ios": {
"useFrameworks": "static"
}
}
],
[
"react-native-fbsdk-next",
{
"appID": "974812100702878",
"clientToken": "434baaffa008eb537185c49ff516e3a8",
"displayName": "BACA",
"scheme": "fb974812100702878"
}
]
],
"web": {
"output": "single",
"bundler": "metro"
}
}
}