Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 412 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 412 Bytes

React Navigation Example without Expo

To ease the test of react-navigation, clone NavigationPlayground example from the React Navigation without using Expo.

To run

$ yarn install
$ react-native run-ios
# or 
$ react-native run-android