This repository has been archived by the owner on Feb 18, 2019. It is now read-only.
forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a test for RCTBridgeModules that aren't auto-exported
Summary:Adds a test so that people can create RCTBridgeModules that aren't auto-exported. This is useful for when you have more than one RCTBridge and want a module to be exposed in one but not the other. RCTBridge/RCTBatchedBridge already supports this functionality; this diff adds a test so that it doesn't break. Closes facebook#6424 Differential Revision: D3044959 Pulled By: nicklockwood fb-gh-sync-id: f8977249b1bf4023e704be6422ad77372d8f1714 shipit-source-id: f8977249b1bf4023e704be6422ad77372d8f1714
- Loading branch information
Showing
1 changed file
with
57 additions
and
1 deletion.
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