Try add this to styles.xml in android/app/src/main/res/value/styles.xml
<style...> <!-- ... Other settings --> <item name="android:windowIsTranslucent">true</item> ... </style>