-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
42 lines (42 loc) · 915 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
42
{
"expo": {
"name": "react-native-scaffolding",
"slug": "react-native-scaffolding",
"scheme": "acme",
"userInterfaceStyle": "automatic",
"orientation": "default",
"web": {
"output": "static",
"bundler": "metro",
"favicon": "./src/assets/akame-chan.jpg"
},
"plugins": [
[
"expo-router",
{
"origin": "https://n"
}
]
],
"version": "1.0.0",
"icon": "./src/assets/akame-chan.jpg",
"splash": {
"image": "./src/assets/akame-chan.jpg",
"resizeMode": "cover",
"backgroundColor": "#000000"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./src/assets/akame-chan.jpg",
"backgroundColor": "#000000"
}
},
"experiments": {
"typedRoutes": true
}
}
}