You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users get notifications of the incidents closest (within a set radius) to their current location that have high severity and happened within the past 6 hours.
When the user clicks on the notification, take them to the corresponding Marker
Setup
The eas-config branch has the example code for setting up a basic push notification system. In order to run it yourself,
you need to follow the below steps:
Then, you should be able to run npx expo start regularly to launch the app and test out the push notifications. If you want to see how the eas-config branch merges into the main branch code, you can check out the main branch. However, the main branch still doesn't integrate the notifications with the incidents. That will be your task.
Features
Setup
The
eas-config
branch has the example code for setting up a basic push notification system. In order to run it yourself,you need to follow the below steps:
npm install -g eas-cli
eas -v
(verfiy eas has been installed)eas login
with expo account detailseas whoami
(verify your account is outputted)Then, you should be able to run
npx expo start
regularly to launch the app and test out the push notifications. If you want to see how theeas-config
branch merges into themain
branch code, you can check out the main branch. However, the main branch still doesn't integrate the notifications with the incidents. That will be your task.Potentially Useful Resources
The text was updated successfully, but these errors were encountered: