You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My app is opening the first time normally, the fast refresh is working perfectly, but when I reload the application it breaks and comes back with a blank screen, and it seems to lose connection with Metro.
Closing and opening the app again the blank screen continues, it only works again building.
WhatsApp.Video.2023-05-05.at.19.13.47.mp4
AppDelegate.mm:
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.moduleName = @"AppName";
// You can add your custom initial props in the dictionary below.
// They will be passed down to the ViewController used by React Native.
self.initialProps = @{};
[FIRApp configure];
[super application:application didFinishLaunchingWithOptions:launchOptions];
[AppCenterReactNative register];
[AppCenterReactNativeAnalytics registerWithInitiallyEnabled:true];
UIView *rootView = self.window.rootViewController.view; // ⬅️ ❗️ only required for react-native >= 0.71
[RNBootSplash initWithStoryboard:@"BootSplash" rootView:rootView]; // ⬅️ initialize the splash screen
return YES;
}
My app is opening the first time normally, the fast refresh is working perfectly, but when I reload the application it breaks and comes back with a blank screen, and it seems to lose connection with Metro.
Closing and opening the app again the blank screen continues, it only works again building.
WhatsApp.Video.2023-05-05.at.19.13.47.mp4
AppDelegate.mm:
metro.config.js:
package.json:
Environment info:
The text was updated successfully, but these errors were encountered: