Files
examples/with-drawer-navigation/package.json
2020-06-25 12:56:53 -07:00

20 lines
590 B
JSON

{
"dependencies": {
"@react-native-community/masked-view": "~0.1.10",
"@react-navigation/drawer": "~5.8.4",
"@react-navigation/native": "~5.6.1",
"expo": "~38.0.0",
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
"react-native-gesture-handler": "~1.6.1",
"react-native-reanimated": "~1.9.0",
"react-native-safe-area-context": "~3.0.6",
"react-native-screens": "~2.9.0",
"react-native-web": "0.11.7"
},
"devDependencies": {
"@babel/core": "7.9.0"
}
}