Skip to content

Commit

Permalink
Fix Flow errors (facebook#20696)
Browse files Browse the repository at this point in the history
Summary:
Revert change to flow strict-local in OSS.
Pull Request resolved: facebook#20696

Differential Revision: D9367630

Pulled By: hramos

fbshipit-source-id: 17e4d1ab6d00b2e14033b223d878d5fcd1c098f4
  • Loading branch information
hramos authored and aleclarson committed Sep 16, 2018
1 parent e5db167 commit eb6c5b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion local-cli/bundle/types.flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*
* @format
* @flow strict-local
* @flow
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion local-cli/server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*
* @format
* @flow strict-local
* @flow
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion local-cli/templates/HelloWorld/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* https://github.com/facebook/react-native
*
* @format
* @flow strict-local
* @flow
*/

import React, {Component} from 'react';
Expand Down

0 comments on commit eb6c5b9

Please sign in to comment.