This is a basic restaurant app demo built with React Native, Hooks, Yelp API, and Axios to learn about React Native.
Home Screen
This screen shows a search bar and a collection of restaurants.
This screen shows a collection of pictures for a selected restaurant (for now!)
To install/run:
$ git clone https://github.com/fullstackmafia/restaurant-app.git
$ cd restaurant-app
$ npm install
$ expo start --web or expo start
