about summary refs log tree commit diff
path: root/ios/app/AppDelegate.mm
diff options
context:
space:
mode:
Diffstat (limited to 'ios/app/AppDelegate.mm')
-rw-r--r--ios/app/AppDelegate.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/app/AppDelegate.mm b/ios/app/AppDelegate.mm
index 8b143fee2..474f994e8 100644
--- a/ios/app/AppDelegate.mm
+++ b/ios/app/AppDelegate.mm
@@ -44,7 +44,7 @@
   bridge.surfacePresenter = _bridgeAdapter.surfacePresenter;
 #endif
 
-  UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"app", nil);
+  UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"xyz.blueskyweb.pubsq", nil);
 
   if (@available(iOS 13.0, *)) {
     rootView.backgroundColor = [UIColor systemBackgroundColor];