From 413595ce25477495c7891288eca5c1c249ec83f5 Mon Sep 17 00:00:00 2001 From: Stephen Haberman Date: Fri, 8 Jun 2018 17:33:17 -0500 Subject: [PATCH] Remove providesModule that can lead to Haste dups. --- src/Libraries/ReactNative/I18nManager.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Libraries/ReactNative/I18nManager.js b/src/Libraries/ReactNative/I18nManager.js index 7ec33d2..e006515 100644 --- a/src/Libraries/ReactNative/I18nManager.js +++ b/src/Libraries/ReactNative/I18nManager.js @@ -4,7 +4,6 @@ * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * - * @providesModule I18nManager * @flow * @format */