Skip to content

Commit 1eabc06

Browse files
committed
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.
1 parent b9bc386 commit 1eabc06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"hoist-non-react-statics": "^1.2.0",
6969
"path-to-regexp": "^1.7.0",
7070
"react-native-drawer-layout": "^1.1.0",
71-
"react-native-tab-view": "^0.0.54"
71+
"react-native-tab-view": "^0.0.55"
7272
},
7373
"jest": {
7474
"notify": true,

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3870,9 +3870,9 @@ react-native-drawer-layout@^1.1.0:
38703870
autobind-decorator "^1.3.2"
38713871
react-native-dismiss-keyboard "1.0.0"
38723872

3873-
react-native-tab-view@^0.0.54:
3874-
version "0.0.54"
3875-
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-0.0.54.tgz#838e2de5a791488353786e2fe7e8f77a72f03b87"
3873+
react-native-tab-view@^0.0.55:
3874+
version "0.0.55"
3875+
resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-0.0.55.tgz#6e82c50f916b46e0a5af2f9748e6aca36d58f7ad"
38763876

38773877
react-native-vector-icons@^3.0.0:
38783878
version "3.0.0"

0 commit comments

Comments
 (0)