undo: comment on Reactotron

This commit is contained in:
Gerzon Z 2022-05-05 10:32:39 -04:00
parent 35b670647d
commit 0a64d5836e
1 changed files with 1 additions and 2 deletions

View File

@ -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())