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
<CardField
postalCodeEnabled={false}
dangerouslyGetFullCardDetails={true}
placeholders={{number: '4242 4242 4242 4242'}}
cardStyle={styles.cardStyle}
style={styles.fieldStyle}
onCardChange={cardDetails => setCardDetails(cardDetails)}
/>
if i console cardDetails nothing prints. Please provide a fix it for both android and IOS
IOS crashed on cardfield newArch
The text was updated successfully, but these errors were encountered:
I'd suggest moving to using the new CustomerSheet Element or the PaymentElementSheet. There seems to be a number of issues with CardField with the new Arch and its a legacy component now so not sure if the the Stripe team will be fixing these issues or not.
<CardField
postalCodeEnabled={false}
dangerouslyGetFullCardDetails={true}
placeholders={{number: '4242 4242 4242 4242'}}
cardStyle={styles.cardStyle}
style={styles.fieldStyle}
onCardChange={cardDetails => setCardDetails(cardDetails)}
/>
if i console cardDetails nothing prints. Please provide a fix it for both android and IOS
IOS crashed on cardfield newArch
The text was updated successfully, but these errors were encountered: