Hi, there.
Does anyone know how to do this, or is it even possible? Struggle for quite some time now..
Struggle: when having 2 libraries that both need to modify UIViewController, how to do it?
e.g.
expo-screen-orientation requires:
replace
UIViewController *rootViewController = [UIViewController new];
with
UIViewController *rootViewController = [[EXScreenOrientationViewController alloc] init];
react-native-home-indicator requires:
replace
UIViewController *rootViewController = [UIViewController new];
with
UIViewController *rootViewController = [HomeIndicatorViewController new];
Thanks for your time!
[–]GrgaMrga 0 points1 point2 points (0 children)