Edit the .env
file and add your Google Maps API key, API base URL, and server port. Or you can use your local IPv4 address by running ipconfig
on Windows or ifconfig
on Mac/Linux:
GOOGLE_MAPS_API_KEY=your_google_maps_api_key_here
API_BASE_URL=http://your_api_base_url_here:your_server_port
To start the app in development mode, use the following command:
bun dev
This will start the Metro bundler and allow you to run the app on an emulator or physical device.