satya164 / react-navigation-addons

Add-ons for React Navigation
282 stars 78 forks source link

Usage with redux? #15

Open nabati opened 7 years ago

nabati commented 7 years ago

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?

Freddy03h commented 7 years ago

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

nabati commented 7 years ago

No, it's StackNavigator

gianpaj commented 6 years ago

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

wuyunqiang commented 6 years ago

reactnavigationredux I use StackNavigator and have same problem.