diff --git a/ios/app/AppDelegate.mm b/ios/app/AppDelegate.mm index 268a1f8014..665527aa10 100644 --- a/ios/app/AppDelegate.mm +++ b/ios/app/AppDelegate.mm @@ -50,7 +50,7 @@ static NSString *const kRNConcurrentRoot = @"concurrentRoot"; #endif NSDictionary *initProps = [self prepareInitialProps]; - UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"RnDiffApp", initProps); + UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"xyz.blueskyweb.app", initProps); if (@available(iOS 13.0, *)) { rootView.backgroundColor = [UIColor systemBackgroundColor];