From d6b5b288111134bdedab6639c7e0b8331ce2c821 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Fri, 17 Feb 2017 21:58:10 +0530 Subject: [PATCH] Update react-native-tab-view (#366) Fixes #209 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 690df73e..ecc423ca 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,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.55" + "react-native-tab-view": "^0.0.56" }, "jest": { "notify": true, diff --git a/yarn.lock b/yarn.lock index 225d258e..cfeb971a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3864,9 +3864,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.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-tab-view@^0.0.56: + version "0.0.56" + resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-0.0.56.tgz#7417a1f6502deef49abf58ba76a1cde213abbbf1" react-native-vector-icons@^3.0.0: version "3.0.0"