- must have react-native installed
- must have android virtual device and xcode installed
- clone repo
-
react-native init RNMeetupChi -
cd RNMeetupChi -
yarn add react-navigation || npm install react-navigation -
yarn add react-native-vector-icons || npm install react-native-vector-iconsoptional - see their github for further instructions: https://github.com/oblador/react-native-vector-icons -
react-native link- for icons -
created app.js, home.js, and profile.js files
From the root directory
react-native run-iosFrom the root directory
react-native run-android