- The
addNotificationResponseReceivedListener
is not been triggered when the app is killed and it is started via an notification interaction. - The bug does not occur in Expo Go, only when we install the built apk.
- Create a build and install it in your phone via
adb install
- Click on Send Notification button
- Close the app and remove it from memory
- Click on the notification to open the app
- The response data should have appeared but it will not
- If you click in the reload button the response data will appear