React-Native iOS - How to show a view controller after Launch screen, before initialising react native bridge (iOS)
问题 I have an animation (splash screen animation) that is in a native iOS view controller(swift), and I want to show that animation's view vontroller after the launch screen for 3 seconds before launching the react-native bridge. I tried to play around with the appdelegate.m file, here's what I came up with😩. RN version 0.61 #import "AppDelegate.h" #import <React/RCTBridge.h> #import <React/RCTBundleURLProvider.h> #import <React/RCTRootView.h> @implementation AppDelegate - (BOOL)application: