This repository was archived by the owner on Dec 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapp.json
More file actions
49 lines (49 loc) · 1.29 KB
/
app.json
File metadata and controls
49 lines (49 loc) · 1.29 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
{
"name": "SpeedrunHub",
"displayName": "SpeedrunHub",
"expo": {
"name": "SpeedrunHub",
"slug": "speedruncomapp",
"platforms": ["ios", "android"],
"version": "2.0.4",
"orientation": "portrait",
"icon": "./app/assets/trophy.png",
"splash": {
"image": "./app/assets/trophy.png",
"resizeMode": "contain",
"backgroundColor": "#fff"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/041f1baf-8635-40e4-89ab-2ad730a1eb50"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"bundleIdentifier": "SpeedrunHub"
},
"description": "speedrun.com app for Android/IOS using REST API",
"githubUrl": "https://github.com/Asiern/SpeedrunHub",
"android": {
"package": "com.asiern.speedrun2",
"versionCode": 8,
"permissions": [],
"googleServicesFile": "./google-services.json"
},
"extra": {
"eas": {
"projectId": "041f1baf-8635-40e4-89ab-2ad730a1eb50"
}
},
"runtimeVersion": {
"policy": "sdkVersion"
},
"plugins": [
["expo-community-flipper"],
["react-native-flipper-performance-plugin"],
["@react-native-firebase/crashlytics"],
["@react-native-firebase/app"],
"expo-localization",
"expo-font"
]
}
}