matt-oakes / redux-devtools-expo-dev-plugin

The full Redux DevTools for Expo using a dev plugin
MIT License
51 stars 5 forks source link

React Native CLI #1

Closed rodrigocode4 closed 5 months ago

rodrigocode4 commented 5 months ago

Is it running with React Native CLI, too?

matt-oakes commented 5 months ago

No. This will only work work with the Expo CLI as it requires the web socket provided by that to communicate between the app and the debugger.

As noted in the README, you can install the Expo package in any React Native project: https://docs.expo.dev/bare/installing-expo-modules/