Fix Flow errors (#20696)

Summary:
Revert change to flow strict-local in OSS.
Pull Request resolved: https://github.com/facebook/react-native/pull/20696

Differential Revision: D9367630

Pulled By: hramos

fbshipit-source-id: 17e4d1ab6d00b2e14033b223d878d5fcd1c098f4
This commit is contained in:
Héctor Ramos
2018-08-22 17:17:12 +01:00
committed by Lorenzo Sciandra
parent e0df3a1a8b
commit 126e4c6559
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*
* @format
* @flow strict-local
* @flow
*/
'use strict';
+1 -1
View File
@@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*
* @format
* @flow strict-local
* @flow
*/
'use strict';
+1 -1
View File
@@ -3,7 +3,7 @@
* https://github.com/facebook/react-native
*
* @format
* @flow strict-local
* @flow
*/
import React, {Component} from 'react';