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-extensionnpm package.
See also:
- API Reference
- Troubleshooting
- Other Integrations
- MobX
mobx-remotedev- Seethe counter example, make sureremoteoption isfalse.mobx-state-tree- UseconnectReduxDevtoolsmiddleware.
- MobX
You can ignore the things specified by the browser extension.
- The debugger app might be slowed down if you enabled the
tracefeature and visited theTracetab, because it will load and parse the source map for every selected action.