Redux Devtools 没有出现在 React Native 远程调试中
Redux Devtools not showing up in React Native remote debugging
我无法使用 React Native 正确设置我的 redux 存储。
我在远程调试时无法使用 redux 开发工具。
有人可以帮忙吗?
Redux 工具不能直接与 react-native 一起使用,它需要额外的更改,但您可以使用 react-native-debugger
这提供了必要的工具,无需额外设置,
我无法使用 React Native 正确设置我的 redux 存储。 我在远程调试时无法使用 redux 开发工具。 有人可以帮忙吗?
Redux 工具不能直接与 react-native 一起使用,它需要额外的更改,但您可以使用 react-native-debugger
这提供了必要的工具,无需额外设置,