@adyen/react-native
Version:
Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native
10 lines (8 loc) • 411 B
text/xml
<manifest
package="com.adyenreactnativesdk"
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>