aksonov / react-native-router-flux

The first declarative React Native router
MIT License
8.99k stars 2.11k forks source link

As far as I can tell 4.1.x release doesn't work (with redux or other state management) #3546

Open vonwao opened 5 years ago

vonwao commented 5 years ago

There is no documentation or example for 4.1.x release to work with redux (or any other state management method). Not being able to use state management with RNRF makes this pretty much useless for any "real project"

Version

4.1.0-beta.8 See here for full reproduction: https://github.com/vonwao/rnrf-redux-test (based on another example here: https://github.com/rasmniel/rnrfSample)

Expected behaviour

It should work (for example when clicking "go to page" should do something)

Actual behaviour

It doesn't work.

Reproducible Demo

clone repo above and run example

aksonov commented 5 years ago

Thanks for mention it, it is on roadmap

On 30 Aug 2019, at 22:30, vonwao notifications@github.com wrote:

There is no documentation or example for 4.1.x release to work with redux (or any other state management method). Not being able to use state management with RNRF makes this pretty much useless for any "real project"

Version

4.1.0-beta.8 See here for full reproduction: https://github.com/vonwao/rnrf-redux-test (based on another example here: https://github.com/rasmniel/rnrfSample)

Expected behaviour

It should work (for example when clicking "go to page" should do something)

Actual behaviour

It doesn't work.

Reproducible Demo

clone repo above and run example

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

schoenbl commented 5 years ago

Is use with prior versions supported for redux?