You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am working with latest expo, did development build. All Stripe stuff is wired up correctly as I can complete test payments.
For some reason when I add a PlatformPayButton to my app it doesn't show. Upon further testing it turns out that the height of the button is 0 and has to be set via style for the button to show up.
Not working, without height set (see screenshot 1):
Describe the bug
I am working with latest expo, did development build. All Stripe stuff is wired up correctly as I can complete test payments.
For some reason when I add a
PlatformPayButton
to my app it doesn't show. Upon further testing it turns out that theheight
of the button is 0 and has to be set via style for the button to show up.Not working, without height set (see screenshot 1):
Not working, without height set, with borders to illustrate (see screenshot 2):
Working, with height set (see screenshot 3):
Expected behaviour
I'd expect either of the 2:
PlatformPayButton
has some default non-0 height setPlatformPayButton
is not showing up.Screenshots
If applicable, add screenshots to help explain your problem.
Screenshot 1:
Screenshot 2:
Screenshot 3:
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: