-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
null is not an object (evaluating 'UpiModule.intializePayment') #38
Comments
It seems there is no working solution for iOS. |
Yes this is only for android. Also if expo doesnt provide native modules support for now this wont work. |
same issue. TypeError: null is not an object (evaluating 'UpiModule.intializePayment'); Please Help... |
Please check if the module has been linked properly. |
Do not use expo because it lacks native module support |
TypeError: null is not an object (evaluating 'UpiModule.intializePayment' |
Facing the same issue on react native expo "TypeError: Cannot read property 'intializePayment' of null " |
Not sure if this will work with expo, can you console.log the UpiModule value |
when I run my 'react native' project in 'expo go' app, I receive below error.
null is not an object (evaluating 'UpiModule.intializePayment'). below is the code.
Do you have alternate way to make this package work with my project?
The text was updated successfully, but these errors were encountered: