Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 964 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 964 Bytes

Quack Logo

Tinder-style React Native App using Yelp Fusion API

Setup the App

Step 1: clone this repo: git clone https://github.com/hiterharris/quackv2.git

Step 2: cd into the cloned repo: cd quackv2

Step 3: install node-mudules: npm install

Run the App Using Expo Developer Tools

Step 1: cd into the repo

Step 2: Assuming that you have Node 10+ installed, you can use npm to install the Expo CLI: npm install -g expo-cli

Step 3: Run Build for either iOS or Android run: npm start or expo start

UI