4.2 Local Notifications

In this tutorial, you will configure your app to make use of notifications support from Expo SDK. You will then generate local notifications. At the end of this tutorial, you will be able to:

  • Configure your app to use notification support from Expo SDK
  • Generate local notifications in your app


4.2.1 How to

1. Install expo-notifications (tested on v0.15.4).

  • $ expo install expo-notifications

2. Update 'components/ReservationComponent.js' file.


4.2.2 Screenshots