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

Error when installing and configuring project #33

Closed Rohan-Rajesh closed 3 years ago

Rohan-Rajesh commented 3 years ago

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: Screenshot 2021-08-06 at 8 18 15 PM

If anyone could help in solving this error, It would be much appreciated

Thanks

nitish24p commented 3 years ago

@Rohan-Rajesh What was the solve for this

Rohan-Rajesh commented 3 years ago

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