A react-native app which uses zomato’s api to suggest nearby restaurants
- Fork the repo https://github.com/AdithyaBhat17/zomato-ui-demo-react-native.
- Clone the forked repo to your local machine -
$git clone https://github.com/<username>/zomato-ui-demo-react-native.git - Change the current working directory -
$cd zomato-ui-demo-react-native - Install the required dependencies -
$npm install - Get your api key from the zomato developer site
- Create a file name
.envat the root directory of your application - Type API_KEY = '
<your_apikey>' in.envand save the file - Make sure you have the latest expo-cli on your PC/Mac, and start the dev server -
$npm start - Scan the QR Code and follow the instructions on your terminal to get the app up and running on your Android/iOS device