-
Notifications
You must be signed in to change notification settings - Fork 107
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
[TypeError: Cannot read property 'open' of null] #451
Comments
Hey, I encountered the same error. Have you discovered any solutions for it? |
I was facing this issue after I have fixed Follow these step :
|
@skbhati199
Build is successful but it is throwing this error
Tried starting the app again using
The app is opening but it is again throwing the same error.
|
@pranav750 The issue is because after running Try running the following commands in order
|
Dear All, Could anyone able to figure out the issue? Kindly do the needful Regards |
I had installed the react-native-razorpay package using
$ npm i react-native-razorpay --save
I have imported the RazorpayCheckout on the top:
import RazorpayCheckout from "react-native-razorpay";
then I have created a function named paymentRazor, which has been called to an onPress functionality of a button.
`
const paymentRazor = () => {
};`
Once I click on that button, the following error occurs:
LOG [TypeError: Cannot read property 'open' of null]
The text was updated successfully, but these errors were encountered: