-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
41 lines (41 loc) · 1004 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
32
33
34
35
36
37
38
39
40
41
{
"expo": {
"experiments": {
"tsconfigPaths": true
},
"name": "Crypto Course",
"slug": "crypto-cource",
"version": "2.2.0",
"orientation": "portrait",
"icon": "./assets/logo.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splashWithLogo.png",
"resizeMode": "contain",
"backgroundColor": "#000000"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.aleksandrjsdeveloper.cryptocource"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-logo.png",
"backgroundColor": "#ffffff"
},
"package": "com.aleksandrjsdeveloper.cryptocource",
"permissions": []
},
"web": {
"favicon": "./assets/logo.png",
"bundler": "metro"
},
"extra": {
"eas": {
"projectId": "987cb39f-d549-41c4-a424-f392060f6c64"
}
},
"owner": "aleksandr-js-developer"
}
}