-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Native 0.73 Integration in Xcode #637
Comments
@city0666 try this!
|
its working fine thanks |
This worked for me. Thanks! |
btw I don't mean to hijack your post, but did you manage to integrate for android in RN 0.73.+ with their new MainActivity and MainApplication kotlin files (instead of java)? @manjuy124 if you pass by... :) |
wow, Magical. But why does this work?? 🤔 Does anyone know what the magic behind this is? |
duplicate issue : #606 |
|
When i try this, i get the error Same issue was brought up in #606 here and doesn't appear to be addressed. |
(BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.moduleName = @"dhignaevents";
// You can add your custom initial props in the dictionary below.
// They will be passed down to the ViewController used by React Native.
// [RNSplashScreen showSplash:@"LaunchScreen" inRootView:rootView];
self.initialProps = @{};
[RNSplashScreen show];
return [super application:application didFinishLaunchingWithOptions:launchOptions];
}
stuck in splash screen any idea to solve
The text was updated successfully, but these errors were encountered: