question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

undefined is not an object (evaluating 'StripeModule.init') on iOS

See original GitHub issue

Before 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

image

Thanks,

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
LivanDiazcommented, Sep 7, 2020

@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 …

0reactions
Mr-Anonymouscommented, Aug 25, 2021

Did anyhow find a solution for this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Native tipsi-stripe - null is not an object (evaluating ...
I resolved this error message by the following steps. npm uninstall tipsi-stripe; npm install --save tipsi-stripe; cd ios ...
Read more >
null is not an object( evaluating StripeModule.init) Tipsi-Stripe
I'm trying to implement a payment method for my app using tipsi-stripe. So far it has been challenging. at the moment i have...
Read more >
Stripemodule Failing For Android React Native Project
I'm using (expo-payments-stripe) I followed the steps of the expo undefined is not an object (evaluating 'StripeModule.init') working in Android, the problem is ......
Read more >
typeerror: null is not an object (evaluating 'agorartcchannelmodule ...
When i run my app on the ios, i get the error 'TypeError: null is not an object (evaluating 'AgoraRtcChannelModule.prefix')' Can you give...
Read more >
Usage · tipsi-stripe
Let's require tipsi-stripe module: import stripe from 'tipsi-stripe'. And initialize it with your Stripe credentials that you can get from dashboard.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found