Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.77 KB

redux-devtools-integration.md

File metadata and controls

33 lines (25 loc) · 1.77 KB

Redux DevTools Integration

We used RemoteDev App and made the API same with Redux DevTools Extension.

If you've enabled Debug JS remotely with React Native Debugger, the following API is already included in global:

  • window.__REDUX_DEVTOOLS_EXTENSION__
  • window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__
  • window.__REDUX_DEVTOOLS_EXTENSION__.connect
  • You can just use redux-devtools-extension npm package.

See also:

You can ignore the browser extension specified things.

Other documentations