-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
47 lines (47 loc) · 1.08 KB
/
app.json
File metadata and controls
47 lines (47 loc) · 1.08 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
{
"expo": {
"name": "Technical Test",
"description": "A very interesting exam. It is gooood!",
"slug": "Technical-Test",
"privacy": "public",
"platforms": [
"ios",
"android"
],
"version": "1.0.3",
"orientation": "portrait",
"githubUrl": "https://github.com/joeric1028/Technical-Test",
"icon": "./assets/images/logo-square.png",
"splash": {
"image": "./assets/images/logo-square.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/824d69b0-8123-11e8-808f-3385ec791a81"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "ph.joeric1028.technicaltest"
},
"android": {
"package": "ph.joeric1028.technicaltest"
},
"extra": {
"eas": {
"projectId": "824d69b0-8123-11e8-808f-3385ec791a81"
}
},
"runtimeVersion": {
"policy": "appVersion"
},
"plugins": [
"expo-asset",
"expo-font"
]
}
}