react-input-mask
react-input-mask copied to clipboard
react-native support
This is the best library for creating mask inputs that i've seen. It will be great if there will be a way of integration with TextInput from react-native.
It's api has some differences:
onChangeTextfor handling changes;selectionandonSelectionChangefor control selection.
Found any other way to implement react-input-mask in react native environment ? Because I just want to recreate the same functionality which I did in web to my react native android app.
Hello. Our team switched from react-native to native android apps. :smile: