feat: add lazy option. fixes #23

This commit is contained in:
Satyajit Sahoo
2018-05-24 14:13:56 +02:00
parent afe8388d8c
commit 3feeb0f87e
4 changed files with 1268 additions and 989 deletions

View File

@@ -14,9 +14,10 @@
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-native": "0.50.4",
"react-lifecycles-compat": "^3.0.4",
"react-native-paper": "^1.2.4",
"react-native-safe-area-view": "^0.7.0",
"react-native-tab-view": "^0.0.74",
"react-native-tab-view": "^0.0.78",
"react-navigation": "^2.0.0-rc.8"
},
"devDependencies": {
@@ -27,6 +28,8 @@
},
"main": "App.js",
"resolutions": {
"**/hoist-non-react-statics": "2.5.0"
"**/react-lifecycles-compat": "3.0.4",
"**/hoist-non-react-statics": "2.5.0",
"**/react-native-tab-view": "0.0.78"
}
}