We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm facing a crash when using @stripe/stripe-react-native version 0.43.0 with StripePaymentsUI (24.7.0). The app crashes with the following error:
@stripe/stripe-react-native
0.43.0
StripePaymentsUI (24.7.0)
StripeUICore/ImageMaker.swift:51: Assertion failed: Failed to find an image named icon_x_standalone
import { useStripe } from '@stripe/stripe-react-native'; const { presentPaymentSheet } = useStripe(); const handlePayment = async () => { const { error } = await presentPaymentSheet(); if (error) { console.log(error); } };
Tested on iOS 17.4 (Simulator & Physical Device)
Installed via Cocoapods
@stripe/stripe-react-native: ^0.43.0
Podfile.lock
pod install --repo-update
npx pod-install
Any guidance on resolving this issue would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
I'm facing a crash when using
@stripe/stripe-react-native
version0.43.0
withStripePaymentsUI (24.7.0)
. The app crashes with the following error:Code to reproduce
iOS version
Tested on iOS 17.4 (Simulator & Physical Device)
Installation method
Installed via Cocoapods
SDK version
@stripe/stripe-react-native: ^0.43.0
StripePaymentsUI (24.7.0)
(fromPodfile.lock
)Other information
pod install --repo-update
, but the issue persists.npx pod-install
, but no luck.Any guidance on resolving this issue would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: