undo: comment on Reactotron
This commit is contained in:
parent
35b670647d
commit
0a64d5836e
|
@ -8,8 +8,7 @@ import sagaPlugin from 'reactotron-redux-saga';
|
|||
if (__DEV__) {
|
||||
const scriptURL = NativeModules.SourceCode.scriptURL;
|
||||
const scriptHostname = scriptURL.split('://')[1].split(':')[0];
|
||||
Reactotron
|
||||
// .setAsyncStorageHandler(AsyncStorage)
|
||||
Reactotron.setAsyncStorageHandler(AsyncStorage)
|
||||
.configure({ host: scriptHostname })
|
||||
.useReactNative()
|
||||
.use(reactotronRedux())
|
||||
|
|
Loading…
Reference in New Issue