mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-31 09:18:29 +08:00
16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"private": true,
|
|
"dependencies": {
|
|
"expo": "^23.0.0",
|
|
"react": "16.0.0",
|
|
"react-native": "^0.50.3",
|
|
"react-native-platform-touchable": "^1.1.1",
|
|
"react-navigation": "file:../.."
|
|
},
|
|
"name": "SafeAreaExample",
|
|
"version": "0.0.0",
|
|
"description": "Hello Expo!",
|
|
"author": null
|
|
}
|