GantMan/drawer-example

reactNavigation.navigator is not a functions

Opened this issue · 1 comments

screenshot from 2018-05-28 11-49-31
TypeError: ReactNavigation.addNavigationHelpers is not a function. (In 'ReactNavigation.addNavigationHelpers({
dispatch: dispatch,
state: nav
})', 'ReactNavigation.addNavigationHelpers' is undefined)

This error is located at:
in ReduxNavigation (created by Connect(ReduxNavigation))
in Connect(ReduxNavigation) (at App.js:30)
in RCTView (at View.js:60)
in View (at App.js:28)
in Provider (at App.js:27)

"react-native": "^0.55.4",
"react-navigation": "^2.0.2",

Did you fix this?