From 5f8c0613fecc1641ae11af907401f29dd491a104 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Tue, 25 Aug 2015 13:27:21 -0100 Subject: [PATCH] [ReactNative] Temporarily disable flow in TabBarItemIOS --- Libraries/Components/TabBarIOS/TabBarItemIOS.ios.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Libraries/Components/TabBarIOS/TabBarItemIOS.ios.js b/Libraries/Components/TabBarIOS/TabBarItemIOS.ios.js index 59b8fd94e..f44fb0493 100644 --- a/Libraries/Components/TabBarIOS/TabBarItemIOS.ios.js +++ b/Libraries/Components/TabBarIOS/TabBarItemIOS.ios.js @@ -7,7 +7,6 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @providesModule TabBarItemIOS - * @flow */ 'use strict';