Sep 3, 2018 · 1 min read
this tut needs to be updated, also don’t use react-native-splash-screen on version 3.0.6, it will cause gradle check fails. Use the latest version (current 3.1.1) and the only change that you will have to do at migration is to replace from xcode AppDelegate.m
this line #import “SplashScreen.h” with #import “RNSplashScreen.h”
and [SplashScreen show]; with [RNSplashScreen show];
and that’s all!