Trying to checkout the project. But getting a build error
This error is located at: in NavigatorContainer (created by Connect(NavigatorContainer)) in Connect(NavigatorContainer) (at index.js:38) in RCTView (at View.js:71) in View (at index.js:37) in Provider (at index.js:36) in App (created by lifecycle(App)) in lifecycle(App) (created by withHandlers(lifecycle(App))) in withHandlers(lifecycle(App)) (created by withState(withHandlers(lifecycle(App)))) in withState(withHandlers(lifecycle(App))) (at registerRootComponent.js:35) in RootErrorBoundary (at registerRootComponent.js:34) in ExpoRootComponent (at renderApplication.js:35) in RCTView (at View.js:71) in View (at AppContainer.js:102) in RCTView (at View.js:71) in View (at AppContainer.js:122) in AppContainer (at renderApplication.js:34)
Type Error is
TypeError: (0, _reactNavigation.addNavigationHelpers) is not a function. (In '(0, _reactNavigation.addNavigationHelpers)({ dispatch: dispatch, state: navigation })', '(0, _reactNavigation.addNavigationHelpers)' is undefined)
This is for an IOS device.
Hi @GioValentin , Could You tell which version of the 'react-navigation' package You are using?
Hello, This project is not updated i guess, there is export * as error
import reducer from "./NavigationReducer"; 2 |
3 | export * as navigationOperations from "./operations"; | ^^^^^^^^^^^^^^^^^^^^^^^^^ 4 | export * as navigationTypes from "./types"; 5 | 6 | export default reducer;