null is not an object (evaluating 'StripeModule.init') issue in iOS
See original GitHub issuei am trying to integrate Stripe in react native . i have added tipsi stripe and run react-native link tipsi-stripe
. it works well on Android but not for iOS
stripe.setOptions({
publishableKey: 'PUBLISH_API_STRIPE_KEY',
});
onAndroid it works well but for iOS ,stripe is not initializing
envoirment
react": "16.8.3",
react-native": "0.59.9",
tipsi-stripe": "^7.5.1"
MacOS Catlina 10.15
Help will be appreciated
Thanks
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:13
Top Results From Across the Web
stripe.setOptions error: null is not an object (evaluating ...
Before I have submitted the issue [X] I have read an installation guide [X] ... null is not an object (evaluating 'StripeModule.init') #578....
Read more >react native - null is not an object (evaluating 'StripeModule.init')
null is not an object (evaluating 'StripeModule.init'). I was using tipsi-stripe module in my react-native app. I didn't find any topic ...
Read more >null is not an object( evaluating StripeModule.init) Tipsi-Stripe
I believe the stripe.setOptions() is causing the issue. import React, { useState } from 'react' import { Image, Text, TextInput ...
Read more >null is not an object (evaluating 'StripeModule.init')
Before I have submitted the issue. [X] I have read an installation guide [X] I know that for an iOS I need to...
Read more >Stripemodule Failing For Android React Native Project
Build failed on iOS Undefined symbol: _swift_getOpaqueTypeConformance. The problem null is not an object (evaluating 'StripeModule.init') issue in iOS.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
$ cd ios
open podfile and add these lines
save and
yarn start -- --reset-cache
ornpm run start -- --reset-cache
Im having the same issue in Android