fix app name
This commit is contained in:
@@ -50,7 +50,7 @@ static NSString *const kRNConcurrentRoot = @"concurrentRoot";
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
NSDictionary *initProps = [self prepareInitialProps];
|
NSDictionary *initProps = [self prepareInitialProps];
|
||||||
UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"RnDiffApp", initProps);
|
UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"xyz.blueskyweb.app", initProps);
|
||||||
|
|
||||||
if (@available(iOS 13.0, *)) {
|
if (@available(iOS 13.0, *)) {
|
||||||
rootView.backgroundColor = [UIColor systemBackgroundColor];
|
rootView.backgroundColor = [UIColor systemBackgroundColor];
|
||||||
|
|||||||
Reference in New Issue
Block a user