<?xml version="1.0" encoding="utf-8"?>
<resources>

  <!-- Base application theme. -->
  <style
      name="AppTheme"
      parent="Theme.AppCompat.DayNight.NoActionBar">

    <!-- Customize your theme here. -->
    <item name="android:editTextBackground">@drawable/rn_edit_text_material</item>

    <!-- Splash screen to be transparent -->
    <item name="android:windowIsTranslucent">true</item>
  </style>

  <style
      name="SplashScreenTheme"
      parent="SplashScreen_SplashTheme">
    <item name="colorPrimaryDark">@color/status_bar_color</item>
  </style>
</resources>
