mcnamee / react-native-starter-kit

:rocket: A React Native boilerplate app to get you up and running very, very quickly :rocket:
MIT License
3.35k stars 863 forks source link

Can navigate from native screen to particular scene in react native? #122

Closed brainahdev closed 6 years ago

brainahdev commented 6 years ago

Moving from react native scene to native is possible but how to navigate from native screen to particular scene in react native?

For example from Scene A (React Native) I am navigating to Screen B (Native Screen). I need to navigate from Screen B (Native Screen) to Scene C (React Native)

mcnamee commented 6 years ago

Sorry no one's been able to suggest a solution @brainahdev I'll close this one, but if you did find a solution - it'd be awesome if you commented back here to help others.

brainahdev commented 6 years ago

For now I plan to use deep linking concept for that kind of navigation..if still any one comes with better or right solution that would be great.