jackyruslylemonilo
Results
1
comments of
jackyruslylemonilo
i try change RNDynamicSplash.m (for iOS) ``` @interface RNDynamicSplash() { RCTRootView *_rootView; NSString *_fileName; NSString *_userDefaultsKey; NSString *_docsdir; SplashConfig *_config; } ``` to ``` static RCTRootView *_rootView; @interface SplashBridge() {...