-
Notifications
You must be signed in to change notification settings - Fork 107
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
NavigationExperimental has been removed #10
Comments
Hi @Rhyzko thanks for the feedback. As you mentioned, NavigationExperimental has been removed and replaced by React Navigation. I have another reference project here that includes it: |
Hi @jlebensold the oscon repo is a great example for StacksOverTabs. I was wondering though if you had any pointers on how to convert this is StacksInTabs. I tried and keep running into this error: |
@jqn can you provide a gist or a fork of what you're doing? I think each of the Nav components may require a slightly different data shape to function correctly. |
@jlebensold thanks for your quick answer. I apologize it took me a while to get back to this issue. I have a fork here https://github.com/jqn/StacksInTabsReduxExample. I appreciate your help, thanks. |
@jlebensold project build error: |
Hi @whatya this probably has to do with your own bundle configuration in XCode. |
Thanks for the help @jlebensold, I managed to get stacksintabs working correctly and I will add a link to this repo once I clean it up if anyone else needs and example of this working with redux and react-navigation |
Like I promised here are some examples of react navigation integration with redux |
Hello Jon,
(first of all, thanks a lot for your videos, I've learned a lot).
I'm currently following your "Getting Started with React Native and Redux" videos. (Step 10)
NavigationExperimental has been removed 8 days ago. (facebook/react-native@febf3d0)
Have you planned to fix this problem by replacing the navigation example ?
Meanwhile I'll try to find out other way to implement the tab navigation functionnality.
Thanks by advance,
Regards.
The text was updated successfully, but these errors were encountered: