feat: export types for ScreenProps amd ScreenComponent

This commit is contained in:
satyajit.happy
2019-09-12 16:39:34 +02:00
parent 72c98c918f
commit 7ecc884ecd
18 changed files with 189 additions and 128 deletions

View File

@@ -14,12 +14,12 @@
"expo-asset": "^6.0.0",
"expo-constants": "~5.0.1",
"react": "16.8.3",
"react-navigation": "^4.0.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-safe-area-view": "0.13.1",
"react-native-screens": "1.0.0-alpha.22",
"react-native-tab-view": "^2.10.0",
"react-navigation-stack": "1.5.3"
"react-navigation": "^4.0.4",
"react-navigation-stack": "^1.7.2"
},
"devDependencies": {
"babel-plugin-module-resolver": "^3.2.0",