forked from react-navigation/react-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
53 lines (53 loc) · 1.32 KB
/
Copy pathapp.json
File metadata and controls
53 lines (53 loc) · 1.32 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
{
"expo": {
"name": "React Navigation",
"owner": "react-navigation",
"slug": "react-navigation-example",
"description": "Demonstrates the functionality and various capabilities of React Navigation.",
"version": "1.0.0",
"icon": "./assets/icon.png",
"platforms": ["ios", "android", "web"],
"scheme": "rne",
"android": {
"package": "org.reactnavigation.playground",
"adaptiveIcon": {
"backgroundColor": "#7b61c1",
"foregroundImage": "./assets/icon-foreground.png"
}
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "org.reactnavigation.playground",
"icon": "./assets/icon.icon",
},
"web": {
"bundler": "metro"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/a7070fc4-41f3-403d-826d-292b5d868327"
},
"assetBundlePatterns": ["**/*"],
"runtimeVersion": {
"policy": "sdkVersion"
},
"plugins": [
"expo-asset",
[
"expo-splash-screen",
{
"image": "./assets/splash.png",
"backgroundColor": "#7b61c1"
}
],
"react-native-edge-to-edge"
],
"extra": {
"supportsRTL": true,
"forcesRTL": false,
"eas": {
"projectId": "a7070fc4-41f3-403d-826d-292b5d868327"
}
}
}
}