Hot Reloading Redux Reducers with Expo seems broken

Hi has anyone got HMR with Redux working?

https://github.com/reduxjs/react-redux/releases/tag/v2.0.0

The React Native Debugger example shows CRNA app here: https://github.com/jhen0409/react-native-debugger/blob/master/examples/counter-with-redux/App.js

However I believe Expo wraps the App.js component with an additional few components so I imagine this might be an issue

this is all expo adds: https://github.com/expo/expo-sdk/blob/master/src/launch/registerRootComponent.js

it’ll make no difference, if it works w/o expo it’ll work with it

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.