Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 665 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 665 Bytes

React Native Navigation Example

This is a simple app example of a navigation implementation with React Native for Android and iOS using React Navigation

How to use

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