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

Added a return key so the keyboard can be toggled on/off #167

Closed IanArko closed 4 years ago

IanArko commented 4 years ago

Hey there! I've been having issues with the numeric keyboards using React 0.59+ where the numeric keypads in iOS cannot be retracted. I added a button which you may find useful.

IanArko commented 4 years ago

What you have to do is to create a KeyboardViews that has an on press behavior of closing the keyboard.