You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: