- Run:
$ npm install
- In config.ts put your google maps api key in GOOGLE_MAPS_APIKEY. Example:
{
GOOGLE_MAPS_APIKEY: '1234'
}
-
In state.ts populate deliveries with nearby store and addresses.
-
Run
$ expo start
-
Access http://localhost:19002/ to see the QR code
-
Scan the QR code with the Expo app (Android) or the Camera app (iOS)
For more information about Expo run alternatives visit Expo Development tools
Access the app prototype in Figma.