mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Expose "register devtools plugin" interface globally in React-Native
Reviewed By: fkgozali Differential Revision: D5627664 fbshipit-source-id: 3ed165762ed179005a48b2bf6dc67013dda47f47
This commit is contained in:
committed by
Facebook Github Bot
parent
7e11bad86f
commit
274f10feb4
@@ -57,6 +57,7 @@ if (__DEV__) {
|
||||
};
|
||||
|
||||
register(reactDevTools);
|
||||
global.registerDevtoolsPlugin = register;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user