Version: 0.6.4
Installation
Easily accept payments through Apple Pay, Stc Pay or Credit Card (with managed 3DS step) in your React Native app with Moyasar in iOS and Android.
Prerequisites
Accepting Apple Pay Payments in iOS
Complete the following steps to easily accept Apple Pay payments:
- Follow this guide to setup your Apple developer account and integrate it with Moyasar.
- Follow this guide to enable accepting Apple Pay in your application using Xcode.
Accepting Stc Pay Payments
Follow this guide to setup Stc Pay integration.
Installation Commands
- npm
- yarn
npm install react-native-moyasar-sdk react-native-webview react-native-svg
yarn add react-native-moyasar-sdk react-native-webview react-native-svg
'react-native-webview' and 'react-native-svg' packages are required peer dependencies for Moyasar's SDK functionality.
iOS Setup
Link native dependencies for iOS by running the following command in the ios/
directory:
pod install
Migration guide
Visit changelog page for migration guide from previous versions.