@complycube/react-native
Version:
ComplyCube's React Native Mobile SDK library for Identity Verification, KYC, and AML
15 lines (13 loc) • 529 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.complycubereactnative">
<application>
<activity
android:name=".ComplyCubeActivity"
android:exported="false"
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:windowSoftInputMode="adjustResize">
</activity>
</application>
</manifest>