mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
Updated react-native-tab-view
This fixes a bug where React Native Tab View was trying to keep state in sync, but state was updating at a slower speed.
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
"hoist-non-react-statics": "^1.2.0",
|
||||
"path-to-regexp": "^1.7.0",
|
||||
"react-native-drawer-layout": "^1.1.0",
|
||||
"react-native-tab-view": "^0.0.54"
|
||||
"react-native-tab-view": "^0.0.55"
|
||||
},
|
||||
"jest": {
|
||||
"notify": true,
|
||||
|
||||
@@ -3870,9 +3870,9 @@ react-native-drawer-layout@^1.1.0:
|
||||
autobind-decorator "^1.3.2"
|
||||
react-native-dismiss-keyboard "1.0.0"
|
||||
|
||||
react-native-tab-view@^0.0.54:
|
||||
version "0.0.54"
|
||||
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-0.0.54.tgz#838e2de5a791488353786e2fe7e8f77a72f03b87"
|
||||
react-native-tab-view@^0.0.55:
|
||||
version "0.0.55"
|
||||
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-0.0.55.tgz#6e82c50f916b46e0a5af2f9748e6aca36d58f7ad"
|
||||
|
||||
react-native-vector-icons@^3.0.0:
|
||||
version "3.0.0"
|
||||
|
||||
Reference in New Issue
Block a user