expo-payments-stripe
Version:
Provides support for payments through Stripe and Apple Pay on iOS (in bare apps), and Stripe on Android (plus Android Pay with bare apps).
11 lines (10 loc) • 376 B
text/xml
<manifest package="expo.modules.payments.stripe"
xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity
android:name=".OpenBrowserActivity"
android:exported="false"
android:launchMode="singleTask"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
</application>
</manifest>