Greenstand / treetracker-web-map-core-demo

5 stars 7 forks source link

feat: add notification page, add expo-notifications, configure expo p… #27

Closed dagmawig closed 10 months ago

dagmawig commented 11 months ago

…roject

fixes #13

to send notification from expo dashboard to your android device 1) run the app on your physical android device (expo notifications doesn't work on emulator) 2) log in 3) when you get to home page after log in, the device push token will be logged in the terminal 4) go to expo dashboard using the link https://expo.dev/notifications 5) enter the device push token you got in step 3 into the "expo push token" field, fill out "title" and "body" section and hit send 6) you should receive notification on your android device with the title and body you entered in the expo dashboard. 7) when you click on the notification the app should direct you to the notification page of the app.

dadiorchen commented 10 months ago

@dagmawig is this ready for merge?

dagmawig commented 10 months ago

Yes it's ready. I have gone through the change I made with @pierrelstan

dadiorchen commented 10 months ago

@pierrelstan can you merge this?