UNPKG

react-native-moyasar-sdk

Version:

Official React Native Moyasar SDK - Integrate Credit Cards, Apple Pay, Samsung Pay, and STC Pay with simple interfaces for a seamless payment experience in your React Native app

15 lines (14 loc) 585 B
<!-- Looks like there are 2 manifests for supporting different AGP versions, see build.gradle 'supportsNamespace()' --> <manifest xmlns:tools="http://schemas.android.com/tools" xmlns:android="http://schemas.android.com/apk/res/android"> <queries> <package android:name="com.samsung.android.spay" /> <package android:name="com.samsung.android.samsungpay.gear" /> </queries> <application> <meta-data android:name="spay_sdk_api_level" android:value="2.22" tools:node="merge"/> </application> </manifest>