Merge pull request #21 from react-navigation/typescript

Add back TypeScript support
This commit is contained in:
Brent Vatne
2018-11-27 02:29:12 +07:00
parent 1c1164c056
commit 9a54742407
22 changed files with 1108 additions and 777 deletions

View File

@@ -9,17 +9,15 @@
"postinstall": "rm -rf node_modules/expo-react-native-adapter/node_modules/react && rm -rf node_modules/expo-gl/node_modules/react"
},
"dependencies": {
"@react-navigation/native": "^3.0.0-alpha",
"expo": "~30.0.0",
"hoist-non-react-statics": "^2.5.0",
"prop-types": "^15.6.0",
"query-string": "^6.2.0",
"react": "16.3.1",
"react-is": "^16.5.2",
"react-native": "~0.55.4",
"react-native-paper": "2.0.0-alpha.4",
"react-native-screens": "^1.0.0-alpha.9",
"react-navigation-stack": "^1.0.0-alpha.23",
"react-navigation-tabs": "^1.0.0-alpha.4"
"react-native-paper": "^2.2.8",
"react-navigation": "^3.0.0"
},
"devDependencies": {
"babel-plugin-module-resolver": "^3.0.0",