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

Easy, cross-platform credit-card input for your React Native Project! Start accepting payment 💰 in your app today!

Results 115 react-native-credit-card-input issues
Sort by recently updated
recently updated
newest added
trafficstars

Original issue: https://github.com/facebook/react-native/issues/22392 This issue appeared while being tested on iPhone X. Impossible to change the keyboard type after it has been triggered.

When user entered wrong input values i.e. incomplete data there was no visual indication to the user to complete the data entry for example Entering card no : 4245784754857878 user...

Useful for example if I want in __DEV__ to init the form to valid Stripe card infos, to simplify testing. If `setValues` exist, init with values should also be possible

This part was currently not configurable with the labels map

Added `flexDirection ` style to `ScrollView ` to flip the load of the `ScrollView`. Added `autoFocus` to `TextInput` of 'card number' to `scrollTo` the last item which is 'card number'....

Adding `onBlur` prop to module. I needed the ability to do something when the user blurs out of the credit card input. Tested it out on my app, seems to...

This makes `ViewPropTypes` fail gracefully to `View.propTypes` for older versions of `react-native`

Resolve problem with other languages.