react-native-credit-card-input icon indicating copy to clipboard operation
react-native-credit-card-input copied to clipboard

Add prop to receive monthYear inside the card

Open marquinmpfs opened this issue 4 years ago • 0 comments

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>

marquinmpfs avatar Jul 10 '20 03:07 marquinmpfs