We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db91c47 commit 1000c4eCopy full SHA for 1000c4e
1 file changed
android/app/src/main/res/values/styles.xml
@@ -12,6 +12,7 @@
12
<item name="postBootSplashTheme">@style/AppTheme</item>
13
<item name="android:statusBarColor">@android:color/transparent</item>
14
<item name="android:navigationBarColor">@android:color/transparent</item>
15
+ <item name="android:enforceNavigationBarContrast">false</item>
16
</style>
17
18
<!-- https://github.com/facebook/react-native/blob/d1ab03235cb4b93304150878d2b9057ab45bba77/ReactAndroid/src/main/res/views/modal/values/themes.xml#L5 -->
0 commit comments