-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
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
add missing 3ds button props #234
Conversation
@arekkubaczkowski can you post yyour threeDSecureParams: {
backgroundColor: '#800080', // iOS only
timeout: 5,
label: {
headingTextColor: '#FFC0CB',
headingFontSize: 13,
},
navigationBar: {
headerText: '3d secure',
},
footer: {
backgroundColor: '#800080', // iOS only
},
submitButton: {
backgroundColor: '#800080',
borderRadius: 12,
textColor: '#FFC0CB',
textFontSize: 14,
},
}, But it does not seem to work for the button |
@thorsten-stripe because for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
@arekkubaczkowski can you still post your |
@benomatis all of the properties are listed in API reference https://stripe.dev/stripe-react-native/api-reference/interfaces/threedsecureconfigurationparams.html |
here you can find available props for now: https://github.com/stripe/stripe-react-native/blob/master/src/types/ThreeDSecure.ts#L1 |
@arekkubaczkowski Thank you, we'll only need the doc to be updated then. |
@arekkubaczkowski This is now working great, thank you so much! |
@arekkubaczkowski I use dark mode on my phone, and it appears to make the bottom gray part (with Learn more... and Need help) to be really dark, like if there was an overlay above it, but it's not, if I tap it, it works fine, it's just very dark. Any way that could be overriden? Interestingly the very top gray line, just above the popup, remains the same gray. Shall I open a separate issue for this? |
please do and provide some screenshots |
ok, I will |
@arekkubaczkowski #248 thanks! |
resolves #201
resolves #182