Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to checkout the project. But getting a build error #1

Open
GioValentin opened this issue Jun 9, 2018 · 3 comments
Open

Trying to checkout the project. But getting a build error #1

GioValentin opened this issue Jun 9, 2018 · 3 comments

Comments

@GioValentin
Copy link

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.

@oleh-mryhlod
Copy link
Member

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

@rishikesh-janrao
Copy link

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

@rishikesh-janrao
Copy link

import reducer from "./NavigationReducer";
2 |

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants