mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Fix for flow (https://github.com/facebook/flow/tree/v0.19.0)
Summary: From flow release notes (https://github.com/facebook/flow/releases), > import type * as Foo is now disallowed in favor of import type Foo Closes https://github.com/facebook/react-native/pull/4565 Reviewed By: svcscm Differential Revision: D2723280 Pulled By: mkonicek fb-gh-sync-id: 57074ab893c3e2eae3cefc3002853bfdfed91734
This commit is contained in:
committed by
facebook-github-bot-7
parent
abea6c30b4
commit
93f9a4a7ee
@@ -36,7 +36,7 @@ var Set = require('Set');
|
||||
var emptyFunction = require('emptyFunction');
|
||||
var invariant = require('invariant');
|
||||
|
||||
import type * as EventSubscription from 'EventSubscription';
|
||||
import type EventSubscription from 'EventSubscription';
|
||||
|
||||
var {
|
||||
AT_TARGET,
|
||||
|
||||
Reference in New Issue
Block a user