Suraj-Tiwari / react-native-payumoney

React Native Payumoney (Android/IOS)
MIT License
18 stars 9 forks source link

Getting error native module cannot be null while installing with pods(pod 'PayUmoney_PnP') in IOS #26

Closed srichallamalla935 closed 4 years ago

srichallamalla935 commented 4 years ago

Installing the react-native-payu module using pods (pod 'PayUmoney_PnP') and after that i kept import statement but i am facing native module cannot be null error

Versions

react-native :-0.60.5 react-native-payu:-0.0.3

ScreenShot

Simulator Screen Shot - iPhone 5s - 2019-09-24 at 10 23 32

Suraj-Tiwari commented 4 years ago

Hi, It looks like you're using it from NPM, Please note IOS is completely expiremental for now, you can directly install it from github repo.

Harikasai999 commented 4 years ago

I installed with this npm npm i https://github.com/Suraj-Tiwari/react-native-payumoney.git in react-native 0.60.5. But i am facing same issue native module cannot be null.

Benzen8 commented 4 years ago

still facing the same issue also after the pod 'PayUmoney_PnP', adding path to the pod 'PayUmoney_PnP', :path => "../node_modules/react-native-payumoney/" and the pod spec file is required.

Suraj-Tiwari commented 4 years ago

38 version 1.0.0 released all known issue fixed. IOS support added