Closed saurabh-nandan closed 5 years ago
Hey, did you get resolved this issue in iOS? I am having the same issue.
for ios please install module from github repo then run react-native link react-native-payumoney
I installed with these steps: 1) $ npm i react-native-payumoney --save 2) $ react-native link react-native-payumoney
what I have to install else?
change step 1 to npm i {repo link}
which repo link? of iOS ? can you please describe me in detail?
This github repo link
I installed with,
npm i https://github.com/Suraj-Tiwari/react-native-payumoney.git
but still I face same issue.
link again
Linked but getting errors in iOS code, do I have to replace any code for iOS files?
Guys, I found solution of it.
After installing pod 'PayUmoney_PnP'
pods, it worked for me.
Please close this issue if resolved
Guys, I found solution of it. After installing
pod 'PayUmoney_PnP'
pods, it worked for me.
not working for me still facing Use of undeclared identifier PUMTxnParam
Describe the bug I am using payumoney for react native app. I have installed this library but couldnot able to sucessfully execute due to an error "Native module cannot be null"
i am working on this environment:- "react": "16.8.3", "react-native": "0.59.9", "react-native-payumoney": "0.0.3"
Please resolve this issue asap i am stuck with it.
PFA for the references. Thanks.