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:
Satyajit Sahoo
2017-02-09 01:31:22 +05:30
parent b9bc386a4b
commit 1eabc0636b
2 changed files with 4 additions and 4 deletions

View File

@@ -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,