-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
RN 0.71 seems to have changed the AppDelegate entrypoint significantly. From piecing together info from
and
https://github.com/facebook/react-native/blob/main/Libraries/AppDelegate/RCTAppDelegate.h
I think the correct way to install, replacing the default UIViewController would be to add a new method override like so:
- (UIViewController *)createRootViewController
{
return [HomeIndicatorViewController new];
}does that seem correct to you? if so, would you be open to a PR to modify the readme?
isilher, Arjan-Zuidema, ludovic-noirault and freeboub
Metadata
Metadata
Assignees
Labels
No labels