stripe-react-native
stripe-react-native copied to clipboard
@stripe/stripe-react-native CardForm IOS cardStyle is not working.
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
Screenshots
If applicable, add screenshots to help explain your problem.
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, }} />