Closed Rohan-Rajesh closed 3 years ago
@Rohan-Rajesh What was the solve for this
In the README file for this project on the npm website, part of the setup says to add this line:
dependencies { compile project(':react-native-upi') }
But it is actually
dependencies { compile project(':react-native-upi-payment') }
It's fine in the readme available in Github, can you please update the readme available in the npm website, that should be enough
Hi,
I wanted to implement UPI payment in my application and I found this package and it was exactly what I needed... But after following all the installation steps, when I run the app it fails.
Here is a screenshot of the entire error I get:
If anyone could help in solving this error, It would be much appreciated
Thanks