Closed iagoMendesDaSilva closed 3 years ago
Hi, thanks for knowing the problem. To fix the problem, you can solve the problem by adding the following code to the /android/app/src/main/res/values/styles.xml
file.
<style name="Theme.FullScreenDialog">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:navigationBarColor">@android:color/transparent</item>
</style>
It worked correctly, thank you.
setNavigationColor removes color when Modal of react native is visible.