How to render a UINavigationController instance exposed via NativeModules from Swift? #858
Closed
mohsinulhaq
started this conversation in
General
Replies: 1 comment 2 replies
-
@WoLewicki sorry for tagging you, but is there something that can be done? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a setup where I have bottom navigator created via
createBottomTabNavigator
, and each tab rendering a native stack navigator created viacreateNativeStackNavigator
. Now I'm trying to merge another app in written in Swift UIkit.That app uses
UITabBarController
to render tabs created viaUINavigationController
.Is it possible, either at tab level or screen level to get those screens to render in React Native?
I tried exposing the
UINavigationController
stack via theNativeModules
interface, but I'm not sure how to plug that into the JS bottom navigator.Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions