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.99k stars 293 forks source link

Using along with masked text? #43

Closed dzpt closed 7 years ago

dzpt commented 7 years ago

I wanna format the textinput content by using masked text. Anyway?

halilb commented 7 years ago

Hi @Tom29,

There isn't any special way to do it for this library. You can do it by just manipulating TextInput value, just like a regular text input.