@adyen/react-native
Version:
Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native
9 lines (7 loc) • 373 B
text/xml
<manifest
xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<service android:name="com.adyenreactnativesdk.component.dropin.AdvancedCheckoutService" android:exported="false" />
<service android:name="com.adyenreactnativesdk.component.dropin.SessionCheckoutService" android:exported="false" />
</application>
</manifest>