/yelppt

React Native app using yelps api for search

Primary LanguageJavaScript

code style: prettier

yelppt

React Native app using the Yelp Api to find physical therapists via user input location

Instructions

  1. Clone the repo

  2. npm install

  3. Important! Add your Yelp Api key in the env.js file in the root inside the single quotes

const env = {
  YELP_API_KEY: '',
};

export default env;
  1. react-native run-ios or react-native run-android