UNPKG

@ajaysidhu/react-native-template

Version:

It is a minimalist React Native template with preconfigured common set of packages to start a new app.

12 lines (9 loc) 416 B
<resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <!-- Customize your theme here. --> <item name="android:editTextBackground">@drawable/rn_edit_text_material</item> <item name="android:windowBackground">@drawable/splashscreen</item> <item name="android:windowIsTranslucent">true</item> </style> </resources>