react-native-bars
Version:
Components to control your app status and navigation bars.
9 lines (8 loc) • 374 B
text/xml
<resources>
<style name="Theme.EdgeToEdge" parent="Theme.EdgeToEdge.DayNight">
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:windowLightStatusBar">?darkContentBarsStyle</item>
</style>
</resources>