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

Redux integration #44

Open
ozcanzaferayan opened this issue Nov 19, 2021 · 3 comments
Open

Redux integration #44

ozcanzaferayan opened this issue Nov 19, 2021 · 3 comments

Comments

@ozcanzaferayan
Copy link

Hi. What is the proper way to use Redux with ern navigation?

@friederbluemle
Copy link
Member

Hi @ozcanzaferayan - Could you please add some details to the question? What is the use case?

@ozcanzaferayan
Copy link
Author

I would like to wrap all components with Redux. But how can i wrap this navigator with Redux or Context?

const appNavigator = new AppNavigator(
  {
    Main: MovieList,
    Detail: MovieDetails,
    About: About,
    Cast: CastList,
  },
  {
    initialScreen: 'Main',
  },
);

appNavigator.registerAll(appName);

@joaquinperezlopez
Copy link

@ozcanzaferayan did you find any solution? I'm facing the same problem

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