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

Add prop to receive monthYear inside the card #176

Closed marquinmpfs closed 2 months ago

marquinmpfs commented 4 years ago

Please,

add prop to receive monthYear inside the card, if you want to change the language.

prop

In the code the label is fixed with

<Text style = {[s.baseText, {fontFamily}, s.expiryLabel, s.placeholder, focused === "expiry" && s.focused]}>
   MONTH / YEAR
</Text>