DEV Community

Discussion on: I've released over 100 apps in React Native since 2015, Ask Me Anything!

Collapse
 
faiz2rock profile image
Faiz rock

Hey kyle, that's wonderful.
I have a question for you please.
I see you use rnn just like me so how do you tackle showing perticular screen after opening app from notification.
E.g user received a notification message in a chat app As app is killed. Now user taps on the notification and app opens. Now how do you redirect to perticular chat? I tried with handleDeepLink but its slow.

Collapse
 
kylessg profile image
Kyle Johnson • Edited

If you haven't moved to RNN v2 by now, I'd recommend it ;)

Collapse
 
faiz2rock profile image
Faiz rock

Yes, i did move to RNN v2.
Thanks

Thread Thread
 
kylessg profile image
Kyle Johnson

Cool :) I just moved a big project to it, I don't feel like it's perfect yet but still a big improvement over v1. I actually don't understand why so many people are happy with JS based navigation like react-navigation.

Thread Thread
 
ddashko profile image
ddashko

Hey Kyle, but could you please point out how you tackle this problem with opening app on the specific screen (using RNN v2) after clicking on push notification in tray? What package do you use for handling push notifications?

Thread Thread
 
ddashko profile image
ddashko

Hey Kyle, but could you please point out how you deal with opening app on specific screen after pressing push notification from tray (using rnn v2)? What package do you use for handling push notifications in conjunction with rnn v2? maybe you could point out to some great examples?

Collapse
 
ddashko profile image
ddashko

Hey Faiz, were you able to solve this issue? could you please elaborate on what package you used for handling push notifications?

Collapse
 
ientertainer profile image
Dhruvin Patel

I solved this problem.. If you wish to know ? Ping me