react-navigation-addons icon indicating copy to clipboard operation
react-navigation-addons copied to clipboard

Usage with redux?

Open nabati opened this issue 7 years ago • 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?

nabati avatar Jul 19 '17 16:07 nabati

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

Freddy03h avatar Jul 19 '17 23:07 Freddy03h

No, it's StackNavigator

nabati avatar Jul 20 '17 09:07 nabati

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

gianpaj avatar Jan 19 '18 15:01 gianpaj

reactnavigationredux I use StackNavigator and have same problem.

wuyunqiang avatar Jan 30 '18 06:01 wuyunqiang