Slide 8
Slide 8 text
Cross platform pains
● ...but React Native third party API is sooooo unstable
○ React Native Push Notification used to notify the application twice on Android, one when
notification is received, another when notification is tapped
○ There is no way to detect whether the user actually tapped the notification
○ I had to fork it to disable background notification to make both platforms have the same
behavior
○ In version 2.0.1 userInteraction and background flag were added