From 2006527420345f54f8d047fb071127987dececa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreiro?= Date: Wed, 7 Dec 2022 11:16:38 +0000 Subject: [PATCH] fix app name --- ios/app/AppDelegate.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];