From afe3c2be9ee1ada8ba37d2ccaed5a5f242e5ea07 Mon Sep 17 00:00:00 2001 From: Rasool Dastoori Date: Fri, 21 Apr 2017 21:11:32 +0430 Subject: [PATCH] Update `react-native-tab-view` version (#1138) Fix RTL support for `TabNavigator` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96c218f..87e9684 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "path-to-regexp": "^1.7.0", "prop-types": "^15.5.8", "react-native-drawer-layout-polyfill": "1.2.0", - "react-native-tab-view": "^0.0.57" + "react-native-tab-view": "^0.0.59" }, "jest": { "notify": true,