sbycrosz / react-native-credit-card-input

Easy, cross-platform credit-card input for your React Native Project! Start accepting payment 💰 in your app today!
MIT License
1.46k stars 699 forks source link

cardImageFront not working for iOS 14 #184

Closed goldqwert closed 2 months ago

goldqwert commented 4 years ago

cardImageBack and cardImageFront is not working for iOS 14

thiagocsfoz commented 3 years ago

not solution for this?

calliday commented 3 years ago

Have you tried updating react-native to 0.63? There is a known image display issue with RN 0.62 and iOS 14 (0.60 and 0.61 also?). Images don't show up for me using iOS 14 and RN 0.62.2, so I upgraded to 0.63.x and they work. If this uses images, it could be the problem. I haven't tried it with this library yet though.