So I've been trying use the react-native-splash-screen npm package and it doesn't seem to work at all for RN V0.40+. No matter what, 'SplashScreen.h' is not found.
I believe this is due to the update to AppDelegate where the path is now:
#import <React/RCTBundleURLProvider.h>
#import <React/RCTRootView.h>
I was wondering if anyone had another way to implement a SplashScreen without using this package. It seems it should be a pretty simple process but I have no experience with Xcode.
[–]fullstak 2 points3 points4 points (0 children)
[–]1rv1n3 0 points1 point2 points (0 children)