From 0a64d5836e4a364fdecd847a1f501d179fcb1c8b Mon Sep 17 00:00:00 2001 From: Gerzon Z Date: Thu, 5 May 2022 10:32:39 -0400 Subject: [PATCH] undo: comment on Reactotron --- app/ReactotronConfig.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/ReactotronConfig.js b/app/ReactotronConfig.js index 8d30deb75..655923363 100644 --- a/app/ReactotronConfig.js +++ b/app/ReactotronConfig.js @@ -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())