Uber Eats clone app
- React native
- Typescript
- Redux Toolkit
Create an .env file and add this keys
- GOOGLE_PLACES_API_KEY=your_key
- YELP_API_KEY=your_key
- YELP_CLIENT_ID=your_client_id
If you want to use some new env variable, must be updated the files env.d.ts
and babel.config.js
, in other way the variables will not gonna work