-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
31 lines (31 loc) · 976 Bytes
/
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
{
"expo": {
"name": "Shcoop",
"slug": "shcoop",
"platforms": ["ios", "android", "web"],
"version": "1.0.43",
"orientation": "portrait",
"icon": "./assets/icon.png",
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"bundleIdentifier": "ie.wspace.shcoop-app",
"supportsTablet": true,
"usesAppleSignIn": true,
"config": {
"googleSignIn": {
"reservedClientId": "com.googleusercontent.apps.588944987607-afp8alav7caepo0auaua06lhtbip9s15"
}
}
},
"android": {
"package": "ie.wspace.drinkingapp",
"versionCode": 3
},
"description": "The react native frontend built in expo, which will be the face of the drinking game application. Written in React Native TypeScript, and compiled using Expo.",
"githubUrl": "https://github.com/drinking-game-app/frontend",
"entryPoint": "node_modules/expo/AppEntry.js"
}
}