This is a simple app example of a navigation implementation with React Native for Android and iOS using React Navigation
Requirements:
node
,watchman
,react-native
CLI, XCode and/or Android Studio as explained here.
Clone this repo and run npm install
.
To run the iOS app: react-native run-ios
To run the Android app: react-native run-android