<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.helpshift.react">

    <application>
        <activity android:name="com.helpshift.react.activity.ReactNativeDelegateActivity"
        android:theme="@style/Theme.AppCompat.NoActionBar"
        android:launchMode="singleTop"
        android:configChanges="screenSize|orientation"/>
    </application>
</manifest>
