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

@stripe/stripe-react-native CardForm IOS cardStyle is not working.

Open pareshchavda opened this issue 1 year ago • 1 comments
trafficstars

Describe the bug A clear and concise description of what the bug is. @stripe/stripe-react-native CardForm IOS cardStyle is not working.

Expected behavior Screenshot_1726474600

Screenshots If applicable, add screenshots to help explain your problem. Screenshot_1726474600 Simulator Screenshot - iPhone 11 - 2024-09-16 at 13 46 36

Smartphone (please complete the following information):

  • Device: iPhone 15, iPhone 11
  • OS: [e.g. iOS8.1]
  • Version 0.38.6 <CardForm onFormComplete={cardDetails => { if (cardDetails.complete) { setTempData(cardDetails); } }} style={styles.cardForm} cardStyle={{ backgroundColor: '#44464E', borderRadius: 8, fontSize: 14, placeholderColor: '#ABB4BD', textColor: colorConstants.INPUT_TEXT, textErrorColor: colorConstants.DELETE, cursorColor: colorConstants.INPUT_TEXT, fontFamily: fontsConstants.Medium, }} />

pareshchavda avatar Sep 16 '24 08:09 pareshchavda