1// Soluction of white screen issue in react-native-splash-screen
2// Provided by Youtube: CodingBite
3
4// Add this in your styles.xml file
5<!-- Base application theme. -->
6 <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
7 // Previous Code
8 <item name="android:windowDisablePreview">true</item>
9 </style>