forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor ReactEventEmitter to avoid using the method ReactContext.get…
…JSModule() Summary: This diff refactors ReactEventEmitter to not use the method ReactContext.getJSModule() Since the initialization of events is performed by UIManagerModule or FabricUIManager classes we don't need to use JSModules as part of this class Reviewed By: ejanzer Differential Revision: D17176948 fbshipit-source-id: 6915a74b486851fbeda24f779d97873df22fd79b
- Loading branch information
1 parent
f1c6029
commit 87af32a
Showing
2 changed files
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters