mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-25 21:15:26 +08:00
feat: add lazy option. fixes #23
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user