-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
65 lines (65 loc) · 1.31 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "suuudokuuu",
"slug": "suuudokuuu",
"scheme": "suuudokuuu",
"version": "1.16.2",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#000"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.vitalyiegorov.suuudokuuu",
"config": {
"usesNonExemptEncryption": false
},
"buildNumber": "4"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000"
},
"package": "com.vitaliiyehorov.suuudokuuu",
"versionCode": 4
},
"web": {
"favicon": "./assets/favicon.png",
"bundler": "metro"
},
"extra": {
"eas": {
"projectId": "4a70028a-5f9e-4ab6-9389-82d8b8b6c833"
}
},
"owner": "vitalyiegorov",
"updates": {
"url": "https://u.expo.dev/4a70028a-5f9e-4ab6-9389-82d8b8b6c833"
},
"plugins": [
[
"expo-router",
{
"origin": "https://www.suuudokuuu.com/"
}
],
[
"expo-font",
{
"fonts": [
"node_modules/@expo-google-fonts/inter/Inter_900Black.ttf"
]
}
]
],
"experiments": {
"reactCompiler": true
}
}