razorpay / react-native-razorpay

React Native wrapper for Razorpay's mobile SDKs
https://www.npmjs.com/package/react-native-razorpay
MIT License
121 stars 107 forks source link

Questions around SDK Integration #434

Closed raxhvl closed 1 year ago

raxhvl commented 1 year ago

Hi Vivek / Team,

We already have web sdk and are migrating to react native sdk.

I have gone through the documentation and Faq and have few questions around the integration:

For Expo Apps: Directly modifying info.plist is discouraged, and hence this should be added in app.json

"ios": {
    "infoPlist": {
      "LSApplicationQueriesSchemes": [
         "tez",
         "phonepe",
         "paytmmp"
      ]
    }
  }

Apologies if this is not the right forum to ask questions.