Expose "register devtools plugin" interface globally in React-Native

Reviewed By: fkgozali

Differential Revision: D5627664

fbshipit-source-id: 3ed165762ed179005a48b2bf6dc67013dda47f47
This commit is contained in:
Slava Kim 2017-08-15 12:00:05 -07:00 committed by Facebook Github Bot
parent 7e11bad86f
commit 274f10feb4
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ if (__DEV__) {
};
register(reactDevTools);
global.registerDevtoolsPlugin = register;
}
module.exports = {