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.47k stars 706 forks source link

Bugfix infinite loop on rapid focus changes #78

Closed TGier closed 7 years ago

TGier commented 7 years ago

Fixed the issue where the onFocus in LiteCreditCardInput needed to focus on receiving props but could cause an infinite loop. 😸