PhonePe / pg-sdk-react-native-sample

Sample App to demonstrate integration of PhonePe PG SDK React Native package.
MIT License
9 stars 5 forks source link

Sample App

Sample App to demonstrate the integration of PhonePe PG SDK React Native package.

To know about the integration steps, please visit the Dev Docs : PhonePe Developer Docs.

[!NOTE] Please get in touch with the PhonePe integration team (merchant-integration@phonepe.com) to get your secret keys and to know about how to use this app.

[!WARNING]
Without valid input this sample app will not work.

Pull dependencies from NPM:

npm i -f

To run on iOS:

cd ios
pod install
npm run ios

To run on Android:

npm run android