Files
react-navigation/example/package.json
Satyajit Sahoo 88fbfaca4d chore: publish
- react-navigation-playground@0.1.0
 - react-navigation-animated-switch@0.5.0
 - @react-navigation/core@3.6.0
 - react-navigation-drawer@2.4.0
 - react-navigation-material-bottom-tabs@2.2.0
 - @react-navigation/native@3.7.0
 - react-navigation@4.2.0
 - react-navigation-stack@2.2.0
 - react-navigation-tabs@2.8.0
2020-02-24 17:34:34 +01:00

37 lines
1.1 KiB
JSON

{
"name": "react-navigation-playground",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios"
},
"dependencies": {
"@babel/runtime": "^7.8.4",
"@expo/vector-icons": "^10.0.6",
"@react-native-community/masked-view": "0.1.6",
"expo": "^36.0.0",
"expo-asset": "~8.0.0",
"expo-barcode-scanner": "^8.0.0",
"expo-blur": "~8.0.0",
"expo-constants": "~8.0.0",
"hoist-non-react-statics": "^3.3.1",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react-native-gesture-handler": "~1.6.0",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-maps": "0.26.1",
"react-native-paper": "^3.4.0",
"react-native-reanimated": "~1.7.0",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "2.0.0-beta.10",
"react-native-webview": "8.1.2",
"react-navigation-header-buttons": "^3.0.5"
},
"devDependencies": {
"babel-plugin-module-resolver": "^4.0.0",
"expo-cli": "^3.13.1"
}
}