This project demonstrates a bug that occurs in versions 9.0.0 and 9.0.2 of the Notifee library when triggering a progress notification on Android. The app crashes 3 minutes after the notification is sent.
These instructions will help you set up and run the project on your local machine to reproduce the bug.
Ensure you have the following installed:
Ensure you have the following installed:
-
Clone the repository:
git clone git@github.com:pierguinzani/test-notifee.git cd test-notifee
If you are using Yarn:
yarn installIf you are using npm:
npm installRun on Android:
yarn androidor
npm run android