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