react-native-bars
Version:
Components to control your app status and navigation bars.
8 lines • 373 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>