UNPKG

react-native

Version:

A framework for building native apps using React

14 lines (13 loc) 623 B
<?xml version="1.0" encoding="utf-8"?> <resources> <style name="Theme.ReactNative.AppCompat.Light" parent="@style/Theme.AppCompat.Light.NoActionBar"> <item name="android:textColor">@android:color/black</item> </style> <style name="Theme.ReactNative.AppCompat.Light.NoActionBar.FullScreen" parent="@style/Theme.ReactNative.AppCompat.Light"> <item name="android:windowNoTitle">true</item> <item name="windowActionBar">false</item> <item name="android:windowFullscreen">true</item> <item name="android:windowContentOverlay">@null</item> </style> </resources>