Open jbpayne opened 5 years ago
This is an example to illustrate local notifications through Expo.
components/localNotifications.js:
components/localNotifications.js
Defines the Timer component using Notifications from Expo to send the notification when an option is selected from the Picker dropdown.
Timer
Notifications
Picker
screens/dashboard/index.js:
screens/dashboard/index.js
Displays the Timer component below the header.
This is an example to illustrate local notifications through Expo.
components/localNotifications.js
:Defines the
Timer
component usingNotifications
from Expo to send the notification when an option is selected from thePicker
dropdown.screens/dashboard/index.js
:Displays the
Timer
component below the header.