Dating App React Native
Run the following commands on your terminal to setup Dating App React Native Theme on your system.
Installation
Get the code
Opt #1. Download ZIP
Not familiar with Git? Click here to download Dating App React Native Theme. Extract the contents of ZIP file after downloading. Downloading ZIP file does not help you to sync with further updates of Dating App.
Opt #2. Clone
To setup Dating App React Native Theme on your system, and sync your app with constant updates, clone the repo. Click here to clone Dating App using GitStrap.
Install packages
cd DatingApp/React-Native yarn react-native link react-native-vector-icons
Run on iOS
- Opt #1:
- Open the project in Xcode from
ios/StrapDatingApp.xcodeproj
- Click
run
button to simulate
- Open the project in Xcode from
- Opt #2:
- Run
react-native run-ios
in your terminal
- Run
- Opt #1:
- Run on Android
- Make sure you have an
Android emulator
installed and running - Run
react-native run-android
in your terminal
- Make sure you have an