stripe-react-native icon indicating copy to clipboard operation
stripe-react-native copied to clipboard

Paymentsheet has dark space on the bottom

Open remonh87 opened this issue 4 years ago • 3 comments

Describe the bug See following screenshots:

Screen when iOS is light screen_white

Screen when iOS on phone is set to dark appearance screen_dark To Reproduce Steps to reproduce the behavior:

  1. Init payment sheet with style LightTheme.
  2. Present the payment sheet
  3. 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

remonh87 avatar Nov 09 '21 17:11 remonh87

Has this been solved?

ArturoTorresMartinez avatar Mar 31 '23 00:03 ArturoTorresMartinez

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,
});

W1MMER avatar Dec 04 '23 05:12 W1MMER

0.35.0 image

Reproduced in reverse order dark stripe payment sheet and white home bar

ZaharenkoNickInterexy avatar Dec 05 '23 10:12 ZaharenkoNickInterexy