nitish24p / react-native-upi

A tiny module for Adding payments via UPI in your react native apps ❤️
MIT License
77 stars 30 forks source link

How can we filter to show some specific apps? #56

Open shwetarc opened 11 months ago

shwetarc commented 11 months ago

Currently, using this library allows our App user to pay using all UPI Apps installed on his phone including WhatsApp pay, Banking Apps. Is it possible to show the user to pay through selected UPI Apps such as Paytm, Gpay only.

nitish24p commented 11 months ago

Yes you need to know package name of the concerned UPI apps while starting UPI intent, although you will have to fork this lib and make edits on the Java side

Shweta-UMR commented 11 months ago

@nitish24p Yes i have added some code in java side and its working now Thanks