undefined is not an object (evaluating 'StripeModule.init') on iOS
See original GitHub issueBefore I have submitted the issue
[X ] I have read an installation guide
[ X] I know that for an iOS I need to install pods because I’ve read the installation guide
[ X] I have read a linking guide and checked that everything is OK like in manual linking guide
[ X] I know that before using tipsi-stripe
I need to set options for my app as described in usage guide
The problem
I am on expo and react native, I have eject expo so I wanted to add the payments, I manually added the import on iOS, as well as the merchant id Apple, I took the example of tipsi stripe for payments with Apple Pay https://github.com/tipsi/tipsi-stripe/blob/master/example/src/scenes/ApplePayScreen.js (for Android I have not looked yet)
Environment
tipsi-stripe
version: 7.5.1- iOS or Android: iOS
- OS version: 12.4.3
- React-Native version: 0.59.8
Links to logs and sources
[Unhandled promise rejection: TypeError: undefined is not an object (evaluating ‘StripeModule.init’)]
My podfile : https://gist.github.com/nartydev/64010661ece44969d74b035a9f039534 My component : https://gist.github.com/nartydev/07acf7dde58e721004584d97f28487a5
Thanks,
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top GitHub Comments
@waleedkhan01 , @lenichols , @nartydev … Hello, they finally found a solution to the issue … it would be very helpful for me I still continue with the same error … could you help me ??? Thank you …
Did anyhow find a solution for this?