mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-02 09:18:38 +08:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "stackexample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"native": "react-native start",
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/masked-view": "^0.1.1",
|
|
"expo": "^35.0.0",
|
|
"expo-asset": "~7.0.0",
|
|
"expo-barcode-scanner": "~7.0.0",
|
|
"expo-constants": "~7.0.0",
|
|
"hoist-non-react-statics": "^3.3.0",
|
|
"react": "~16.8.3",
|
|
"react-dom": "~16.8.3",
|
|
"react-native": "~0.59.10",
|
|
"react-native-gesture-handler": "~1.3.0",
|
|
"react-native-maps": "~0.25.0",
|
|
"react-native-paper": "^2.15.2",
|
|
"react-native-reanimated": "~1.2.0",
|
|
"react-native-safe-area-context": "^0.3.6",
|
|
"react-native-unimodules": "^0.7.0-rc.1",
|
|
"react-native-web": "^0.11.4",
|
|
"react-native-webview": "7.0.5",
|
|
"react-navigation": "^4.0.7",
|
|
"react-navigation-drawer": "^2.2.2",
|
|
"react-navigation-tabs": "^2.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-module-resolver": "^3.2.0",
|
|
"expo-cli": "^3.2.3"
|
|
},
|
|
"resolutions": {
|
|
"react-native-screens": "1.0.0-alpha.23"
|
|
}
|
|
}
|