1. Get the SDK
The React Native SDK is hosted on npm.org you can get the sdk here.
The example app is located here.
Requirements
Our React Native SDK supports Android SDK version 19 and above and iOS minimum deployment target of 10.3 and above
Installation
Navigate to your project and run the following command.
npm install react-native-cashfree-pg-sdk
iOS
Add this to your application's info.plist file
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>phonepe</string>
<string>tez</string>
<string>paytm</string>
<string>bhim</string>
</array>
cd ios
pod install --repo-update
Updated 11 months ago