From 56ced136d7e3d4dbd76ef15b9df2490e2f7b67bc Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sat, 17 Nov 2018 13:46:39 -0800 Subject: [PATCH] Make Batchinator flow strict-local --- .../src/vendor/react-native/Batchinator/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-web/src/vendor/react-native/Batchinator/index.js b/packages/react-native-web/src/vendor/react-native/Batchinator/index.js index 914d9e9b..e35831ff 100644 --- a/packages/react-native-web/src/vendor/react-native/Batchinator/index.js +++ b/packages/react-native-web/src/vendor/react-native/Batchinator/index.js @@ -4,7 +4,7 @@ * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * - * @flow + * @flow strict-local */ import InteractionManager from '../../../exports/InteractionManager';