mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Remove explicit requires of Map and Set
Summary: Removing explicit requires of Map and Set (since those are polyfilled), and fixing resulting flow errors. Reviewed By: yungsters Differential Revision: D10350673 fbshipit-source-id: 2fefe8ed1ae1f2cc9e5b7923ad630e73eda9e856
This commit is contained in:
committed by
Facebook Github Bot
parent
b7349f9857
commit
c95071e7d2
@@ -11,7 +11,6 @@
|
||||
'use strict';
|
||||
|
||||
const RCTDeviceEventEmitter = require('RCTDeviceEventEmitter');
|
||||
const Map = require('Map');
|
||||
const infoLog = require('infoLog');
|
||||
|
||||
import type EmitterSubscription from 'EmitterSubscription';
|
||||
|
||||
Reference in New Issue
Block a user