Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 539 Bytes

File metadata and controls

17 lines (10 loc) · 539 Bytes

Code for intro to React Navigation tutorial.

Installation

  • git clone https://github.com/spencercarli/getting-started-react-navigation.git
  • cd getting-started-react-navigation
  • yarn install or npm install

Running

  • react-native run-ios
  • react-native run-android

Expo

You can also run this using Expo - check out this repo.