Open vtaits opened 6 years ago
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:
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
fromreact-native
. It's api has some differences:onChangeText
for handling changes;selection
andonSelectionChange
for control selection.