halilb / react-native-textinput-effects

Text inputs with custom label and icon animations for iOS and android. Built with react native and inspired by Codrops.
MIT License
2.98k stars 291 forks source link

Cannot Mask Input with react-native-masked-text #106

Closed lgahdl closed 4 years ago

lgahdl commented 5 years ago

i'm using Fumi to take the phone number, and its incompatible with TextInputMask from react-native-masked-text, there's a way that i don't know to mask input and make it appears like "(99) 99999-9999"?

halilb commented 4 years ago

We don't have a built-in support for that @lgahdl. I believe you can achieve a similar thing by manipulating the value you're passing to the TextInput.