airbnb/native-navigation

Is it possible to push a Native UIViewController on a Controller which has got React native component as subview?

vinayakparmar92 opened this issue · 3 comments

Is it possible to push a Native UIViewController on a Controller which has got React native component as subview?

I may be wrong, but that's exactly how this library works. It wraps RCTRootView by UIViewController and manage them by using UINavigationController.

@Kureev Thanks for the reply. I will try and get back

@vinayakparmar92 did you find any help with how to to push a Native UIViewController on the tabbar controller or any resources that show how to navigate from react native views to native views?

I am stuck with a similar problem, I want to use an existing UIViewController in one of the tabs without having to move out any logic from the UIViewController.