Multimedia-Notes icon indicating copy to clipboard operation
Multimedia-Notes copied to clipboard

Trying to checkout the project. But getting a build error

Open GioValentin opened this issue 7 years ago • 3 comments

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.

GioValentin avatar Jun 09 '18 22:06 GioValentin

Hi @GioValentin , Could You tell which version of the 'react-navigation' package You are using?

oleh-mryhlod avatar Jun 11 '18 14:06 oleh-mryhlod

Hello, This project is not updated i guess, there is export * as error

rishikesh-janrao avatar Oct 27 '20 03:10 rishikesh-janrao

import reducer from "./NavigationReducer"; 2 |

3 | export * as navigationOperations from "./operations"; | ^^^^^^^^^^^^^^^^^^^^^^^^^ 4 | export * as navigationTypes from "./types"; 5 | 6 | export default reducer;

rishikesh-janrao avatar Oct 27 '20 03:10 rishikesh-janrao