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

Question: Route vs StackRoute vs TabsRoute? #29

Closed
cpsubrian opened this issue Jul 5, 2016 · 1 comment
Closed

Question: Route vs StackRoute vs TabsRoute? #29

cpsubrian opened this issue Jul 5, 2016 · 1 comment

Comments

@cpsubrian
Copy link
Contributor

cpsubrian commented Jul 5, 2016

Coming from heavy react-router web usage, and being fairly new to react-native development, it's not entirely clear to me what the difference between the three types of <Route> objects are?

@cpsubrian
Copy link
Contributor Author

Somewhat answered my own question via experimentation.

  • It would seem that at the parent level you MUST use TabsRoute or StackRoute in order to dictate what type of animation to use.
  • Direct children of either of those can just be plain Route routes.

Am I missing anything?

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

1 participant