stripe-react-native
stripe-react-native copied to clipboard
Card field initial rendering hiding/cutting fields in Android device
Describe the bug In android phone CardField component is half visible as shown below:
on ios it seems fine:
To Reproduce Steps to reproduce the behavior: <CardField ref={forwardedRef} accessible={true} autofocus={focus} postalCodeEnabled={false} style={...} cardStyle={{ ...styles, placeholderColor: "#ACABB4", }} onCardChange={(d) => { ... }} onFocus={(f) => { ... }} />
Expected behavior I want all 3 fields to be visible and editable on first load
Smartphone (please complete the following information):
- Android v13
- ios 16
package.json "@stripe/stripe-react-native": "^0.15.0",
same thing happening with me. please someone help
Describe the bug In android phone CardField component is half visible as shown below:
on ios it seems fine:
To Reproduce Steps to reproduce the behavior: <CardField ref={forwardedRef} accessible={true} autofocus={focus} postalCodeEnabled={false} style={...} cardStyle={{ ...styles, placeholderColor: "#ACABB4", }} onCardChange={(d) => { ... }} onFocus={(f) => { ... }} />
Expected behavior I want all 3 fields to be visible and editable on first load
Smartphone (please complete the following information):
- Android v13
- ios 16
package.json "@stripe/stripe-react-native": "^0.15.0", How you have solved this issue
please tell how you have solved this Issue
Any solution on this issue?
Does this happen on a fresh emulator for you? So far I haven't been able to reproduce this