react-navigation / redux-helpers

Redux middleware and utils for React Navigation
Other
296 stars 43 forks source link

Changing imports from @react-navigation/core to react-navigation breaks web apps #99

Closed jpaas closed 5 years ago

jpaas commented 5 years ago

When the imports in the reducer changed from @react-navigation/core to react-navigation this broke any app using react-navigation-web because react-navigation imports native modules.

Ashoat commented 5 years ago

Oopsie. I'll change it back.

Ashoat commented 5 years ago

Okay, I've released react-navigation-redux-helpers@3.0.8 (for react-navigation@3.11 and earlier) and react-navigation-redux-helpers@4.0.1 (for react-navigation@3.12 and later).

jpaas commented 5 years ago

Thanks @Ashoat! It works again.