I'm trying to implement, react-native-splash-screen on my Android APP.
Splash screen works great, but when I try to customize my status bar color (see docs), I have this error:
"incompatible types: int cannot be converted to boolean"
I follow the instructions step by step (docs). My code is exacly the same
If I remove R.style.SplashScreenTheme
, all works fine.
PD: Theme name on styles.xml and R.style.THEMENAME
is the same