Files
examples/with-react-router/package.json

15 lines
348 B
JSON

{
"dependencies": {
"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.2.tar.gz",
"react-native-web": "0.11.7",
"react-router-dom": "5.1.2",
"react-router-native": "5.1.2"
},
"devDependencies": {
"@babel/core": "7.9.0"
}
}