An open API service indexing awesome lists of open source software.

https://github.com/eneax/rn-yelp-search

Yelp restaurant search app built with React Native
https://github.com/eneax/rn-yelp-search

axios javascript react react-native react-navigation-v6 yelp-api yelp-fusion-api

Last synced: about 2 months ago
JSON representation

Yelp restaurant search app built with React Native

Awesome Lists containing this project

README

        

# rn-yelp-search

Yelp restaurant search app built with React Native.

## Run this project locally

```shell
npm i
npm start
```

## 🗄️ Environment Variables

Create a `.env` file in your root directory with the following variable:

```
YELP_API_KEY
```

Set the variable with the value provided by [Yelp Fusion API](https://www.yelp.com/fusion).