Restaurant app made with react-native
-
Cd into the directory and
npm install -
Create a
.envfile inside the directory and store the following:- API_KEY=Insert the Firebase Api Key
- AUTH_DOMAIN=Firebase Auth domain
- PROJECT_ID=Firebase Project id
- STORAGE_BUCKET=Firebase Storage Bucket
- MESSAGING_SENDER_ID=Firebase Messaging Sender Id
- APP_ID=Firebase APP ID
- MESUREMENT_ID=Firebase Mesurement Id
- YELP_API_KEY_V1=Your YELP Api Key
-
npx react-native start
-
npx react-native run-android
