-
Notifications
You must be signed in to change notification settings - Fork 287
Open
Description
Describe the bug
A clear and concise description of what the bug is.
Using Stripe react native v0.50.1
When I try to include the customPaymentMethodConfiguration, the app crashes. When I don't include it, the paymentSheet opens fine
const stripeConfig: SetupParams = {
...paymentSheetConfig,
appearance: {...},
// // TODO: This causes the app to crash
customPaymentMethodConfiguration: customPaymentMethodConfiguration
};
const { error } = await initPaymentSheet(stripeConfig);
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Smartphone (please complete the following information):
- Device: iphone 16 sim
- OS: iOS 16.4
Metadata
Metadata
Assignees
Labels
No labels