Cannot read property 'show' of undefined
I followed the setup tutorial.
-
Installed library.
-
Linked it. (There was a problem with MainApplication.java path, but I fixed it and linked again successfully)
-
Set up Apple and Android pay (dependencies etc.)
-
I imported library globally as in Readme.md
-
Implemented Payment method data and payment details -I followed instructions on Google to create public key
-
I call it in ComponentWillMount like:
paymentRequest = new PaymentRequest(METHOD_DATA_ANDROID, DETAILS); paymentRequest.show()
And I get the warning that's in title of the issue.
Hi, Did you find a way to fix it?
same problem here, did you find a solution ?
you need to manually import the files in xcode
you need to manually import the files in xcode
shouldn't this be included in the README file?