stripe-react-native
stripe-react-native copied to clipboard
Paymentsheet has dark space on the bottom
Describe the bug See following screenshots:
Screen when iOS is light

Screen when iOS on phone is set to dark appearance
To Reproduce
Steps to reproduce the behavior:
- Init payment sheet with style LightTheme.
- Present the payment sheet
- Observe the black bar
Expected behavior Should show the white bar according to the theme
Tested on: iPhoneX iOS15 Version of library: 0.2.3
Has this been solved?
Still an issue in 0.35.0 which is the latest version at the time of writing this.
const { error, paymentOption } = await initPaymentSheet({
...
style: 'alwaysLight',
customFlow: true,
});
0.35.0
Reproduced in reverse order dark stripe payment sheet and white home bar