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.
Summary: This avoids requiring things that may never be used at all by the application such as WebSocket or Geolocation. It also stops us from asking for native modules before we actually start the application enabling us to potentially be more lazy in the future. Reviewed By: davidaurelio Differential Revision: D3212802 fb-gh-sync-id: 70cf0d1a85f39fedc47758e5eb5df789a511bc9b fbshipit-source-id: 70cf0d1a85f39fedc47758e5eb5df789a511bc9b
- Loading branch information
Showing
2 changed files
with
90 additions
and
64 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