mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 17:43:08 +08:00
39 lines
915 B
JSON
39 lines
915 B
JSON
{
|
|
"name": "ReactNavigationExample",
|
|
"displayName": "React Navigation Example",
|
|
"expo": {
|
|
"name": "React Navigation",
|
|
"owner": "react-navigation",
|
|
"slug": "react-navigation-example",
|
|
"description": "Demonstrates the functionality and various capabilities of React Navigation.",
|
|
"privacy": "public",
|
|
"version": "1.0.0",
|
|
"icon": "./assets/icon.png",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"platforms": [
|
|
"ios",
|
|
"android",
|
|
"web"
|
|
],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "org.reactnavigation.example"
|
|
},
|
|
"updates": {
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"scheme": "rne",
|
|
"entryPoint": "App.tsx",
|
|
"android": {
|
|
"package": "org.reactnavigation.example"
|
|
}
|
|
}
|
|
}
|