From 56e12d6651bd4d2f94981ae56ef237c9a97dad95 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Sat, 28 Jan 2017 23:27:56 +0530 Subject: [PATCH] Update react-native-tab-view. Fixes #63 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 00b1700..10f9a3a 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "fbjs": "^0.8.5", "path-to-regexp": "^1.7.0", "react-native-drawer-layout": "^1.1.0", - "react-native-tab-view": "^0.0.53" + "react-native-tab-view": "^0.0.54" }, "jest": { "testPathDirs": [ diff --git a/yarn.lock b/yarn.lock index e1ac3df..8b9c5cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3805,9 +3805,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.53: - version "0.0.53" - resolved "https://registry.yarnpkg.com/react-native-tab-view/-/react-native-tab-view-0.0.53.tgz#e72bae035f86595e5136d80f7a2afc66f0332a3d" +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-vector-icons@^3.0.0: version "3.0.0"