[add] NativeEventEmitter export

Export NativeEventEmitter and provide React Native's implementation.
This commit is contained in:
Nicolas Gallagher
2018-05-22 13:23:34 -07:00
parent f254c8eae6
commit ea744fe780
15 changed files with 1057 additions and 24 deletions
@@ -27,6 +27,7 @@ module.exports = {
Linking: true,
ListView: true,
Modal: true,
NativeEventEmitter: true,
NativeModules: true,
NetInfo: true,
PanResponder: true,