nitish24p / react-native-upi

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

How to make Google Pay open by default? #14

Closed sivadass closed 4 years ago

sivadass commented 4 years ago

When I am initializing the payment, am getting a all the UPI apps to choose from, but how can i make Google Pay default one, and open directly without dialog?

nitish24p commented 4 years ago

The intention of this library was to open all UPI apps on the person phone. You can try some resources on stack overflow, for only opening google pay or fork this repo and pass the intent with the google pay package.

https://stackoverflow.com/questions/52962888/how-can-i-open-tez-app-google-pay-app-in-india-programmatically-in-react-nativ