React-native-splash-screen: the background color appears black and non-transparent

Created on 4 Dec 2017  ·  2Comments  ·  Source: crazycodeboy/react-native-splash-screen

I use
<resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <!-- Customize your theme here. --> <!--设置透明背景--> <item name="android:windowIsTranslucent">true</item> </style> </resources>

but the background color appears black

Most helpful comment

i solve it ,in MainActivity , SplashScreen.show method‘s second argument is true
2b7ls qvkxt cfi_j zsnpv

All 2 comments

@NdozHH me too, do you solve it ?

i solve it ,in MainActivity , SplashScreen.show method‘s second argument is true
2b7ls qvkxt cfi_j zsnpv

Was this page helpful?
0 / 5 - 0 ratings