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:
- API Reference
- Troubleshooting
- Other Integrations
- MobX
mobx-remotedev
- Seethe counter example
, make sureremote
option isfalse
.mobx-state-tree
- UseconnectReduxDevtools
middleware.
- MobX
You can ignore the browser extension specified things.