Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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>
 
PREVIOUS NEXT
Tagged: #white #screen #issue #react #native #splashscreen
ADD COMMENT
Topic
Name
5+9 =