react-native-splash-screen-demo
react-native-splash-screen-demo copied to clipboard
I've tried to follow your tutorial as closely as possible but the SplashScreen is not hiding on my Android device. I've put `SplashScreen.hide()` in my `componentDidMount()` function. The SplashScreen is...
To resolve the error: Run the SplashActivity.java file as follows ------------------------------------------------------------------------------ package com.test2; // ← Make sure that is your package name import android.content.Intent; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; public class...
This demo works fine on Nexus and Huawei, but has a slight layout issue on Samsung S8. when SplashActivity starts MainActivity, I can see the logo moved down a little...
Thanks for your work on this demo! In running the demo per instructions I received the following with react-native run-android: BUILD SUCCESSFUL Total time: 18.194 secs Running /Developer/android-sdk-macosx/platform-tools/adb -s 55a509c5...