Open
Description
I have one page with a button. I want to click on the button and make it move to a new screen. So first thing to learn is how React Native does navigation!
Good blog post about this:
http://blog.paracode.com/2016/01/05/routing-and-navigation-in-react-native/
Also we should buy this book:
https://leanpub.com/programming-react-native
There seem to be two choise: NavigatoriOS and the react Navigator, which is an abstraction for both platforms. Let's go with the latter as Android is our main platform.
Metadata
Metadata
Assignees
Labels
No labels