- In the post I’ll show you how to setup the amazing React Native Debugger.
- global.reduxNativeDevTools(/*options*/) : noop => noop ); const store = createStore(reducer, initialState, enhancer); // If you have other enhancers & middlewares // update the store after creating / changing to allow devTools to use them if (global.reduxNativeDevTools) { global.reduxNativeDevTools.updateStore(store); } return store; }
- If you’re using Redux to manage your state in React Native apps then you should also be using the React Native Debugger to super charge your development experience.
- Make sure you have Homebrew installed on your system by executing ‘brew’ in your Terminal.
- Never miss a story from React Native Development , when you sign up for Medium.

@ReactiveConf: “Develop #ReactJS Native/Redux apps like a BOSS with this tool: Medium” open tweet »