Change appid to xyz.blueskyweb.app

This commit is contained in:
Paul Frazee
2022-11-14 13:13:08 -06:00
parent 837ec8308a
commit 51c9a51f8c
15 changed files with 24 additions and 26 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
bridge.surfacePresenter = _bridgeAdapter.surfacePresenter;
#endif
UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"app.bsky", nil);
UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"xyz.blueskyweb.app", nil);
if (@available(iOS 13.0, *)) {
rootView.backgroundColor = [UIColor systemBackgroundColor];