Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.7 KB

redux-devtools-integration.md

File metadata and controls

32 lines (24 loc) · 1.7 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