evollu / react-native-fcm

react native module for firebase cloud messaging and local notification
MIT License
1.73k stars 681 forks source link

Open notification detail screen directly on clicking notification banner #1059

Open bastolaxantos opened 5 years ago

bastolaxantos commented 5 years ago

What I wanted to achieve is open the notification detail page without showing other page at first. When I click on the notification, FCM.on event is fired only after the splash screen is hide. And the home screen shows for few seconds and directed to detail page. I want to hide that transition by showing splash screen during that period.