satya164/react-navigation-addons

Usage with redux?

nabati opened this issue · 4 comments

I get this error when trying to use react-navigation with a redux integration as well as with the enhance function provided by react-navigation-addons.

image

Any ideas?

DrawerNavigator ? If yes it's more an error about react-navigation. DrawerNavigator.router.getStateForAction can return null for Close and Open actions.

No, it's StackNavigator

I believe it doesn' work well with Redux. I'm having issues with undefined function: StackNavigator().router.getActionForPathAndParams()

reactnavigationredux
I use StackNavigator and have same problem.