mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-08 17:23:01 +08:00
28 lines
709 B
JSON
28 lines
709 B
JSON
{
|
|
"expo": {
|
|
"name": "React Navigation Animated Switch Example",
|
|
"description": "Demonstrates the various capabilities of react-navigation-animated-switch",
|
|
"slug": "react-navigation-animated-switch-drawer-demo",
|
|
"privacy": "public",
|
|
"sdkVersion": "36.0.0",
|
|
"version": "1.0.0",
|
|
"orientation": "default",
|
|
"primaryColor": "#cccccc",
|
|
"notification": {
|
|
"icon": "https://s3.amazonaws.com/exp-us-standard/placeholder-push-icon-blue-circle.png",
|
|
"color": "#000000"
|
|
},
|
|
"packagerOpts": {
|
|
"assetExts": [
|
|
"ttf"
|
|
],
|
|
"config": "./metro.config.js",
|
|
"projectRoots": ""
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios"
|
|
]
|
|
}
|
|
}
|