razorpay / react-native-razorpay

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

updated README.md #318

Closed Abhishek12345679 closed 3 years ago

Abhishek12345679 commented 3 years ago

added a note in case of an widely occuring error.

Native Module RNRazorpayCheckout tried to override RazorpayCheckout.
Check the getPackages() method in MainApplication.java, 
it might be that module is being created twice.
if this was your intention, set canOverrideExistingModule=true

as above.