react-navigation-addons
react-navigation-addons copied to clipboard
Usage with redux?
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.
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()
I use StackNavigator and have same problem.