react native splash screen white screen code example
Example 1: white screen issue in react native splashscreen
// Soluction of white screen issue in react-native-splash-screen
// Provided by Youtube: CodingBite
// Add this in your styles.xml file
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
// Previous Code
<item name="android:windowDisablePreview">true</item>
</style>
Example 2: splash screen react native
npm install react-native-splash-screen --save