-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
57 lines (56 loc) · 1.31 KB
/
app.json
File metadata and controls
57 lines (56 loc) · 1.31 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
48
49
50
51
52
53
54
55
56
57
{
"expo": {
"name": "RN-project",
"slug": "RN-project",
"version": "1.0.1",
"orientation": "portrait",
"icon": "",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"splash": {
"image": "",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "pics/ic_launcher.png",
"backgroundColor": "#ffffff"
},
"package": "com.ellenatsu.RNproject"
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/icons/home.png"
},
"plugins": [
"expo-router",
[
"@sentry/react-native/expo",
{
"organization": "ellen-cv",
"project": "rn-learn-english",
// If you are using a self-hosted instance, update the value of the url property
// to point towards your self-hosted instance. For example, https://self-hosted.example.com/.
"url": "https://sentry.io/"
}
]
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "86580d86-92cd-4f7c-99cd-f9daefe236c3"
}
},
"owner": "ellenatsu"
}
}