<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="io.getvouch.rn">

    <application>
        <activity
            android:name=".VouchActivity"
            android:theme="@style/Theme.AppCompat.Light.NoActionBar"
            android:exported="false" />
    </application>
</manifest>
