DEV Community

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

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?