UNPKG

react-native-bars

Version:

Components to control your app status and navigation bars.

9 lines (8 loc) 374 B
<?xml version="1.0" encoding="utf-8"?> <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>