This repository contains a static React Native app frontend for a food-related experience. It does not include a backend service in this repository, so you must provide your own API keys and services where required.
This project uses Google Maps features, but the repository currently includes placeholder values instead of a real key. If you want the map features to work, you must add your own Google Maps API key in the following files:
In both files, replace the placeholder value with your own valid Google Maps API key.
-
Install dependencies:
cd app npm install -
Start Metro:
cd app npm start -
Run the app:
Android:
cd app npm run androidiOS:
cd app npm run ios
- This app is intended to be configured locally by the user.
- For production use, make sure you rotate and protect your own Google Maps API key.
- Keep secrets out of Git history and use environment-based configuration when possible.
