Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch react-native-credit-card-input-plus@0.4.7 for the project I'm working on.
On the front image of the CreditCardInput component, there is a label above the expiration date with the text 'MONTH/YEAR'. I needed to change that text to Spanish but realized that the text was hardcoded in the component. So, I added a new prop to the component. Maybe this change could be helpful to other people. If you want to add it, here is the code.
Hi juandl! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
react-native-credit-card-input-plus@0.4.7
for the project I'm working on.On the front image of the CreditCardInput component, there is a label above the expiration date with the text 'MONTH/YEAR'. I needed to change that text to Spanish but realized that the text was hardcoded in the component. So, I added a new prop to the component. Maybe this change could be helpful to other people. If you want to add it, here is the code.
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.