react-native-character-input
react-native-character-input copied to clipboard
Allow masked character inputs
Will implement a way to specify an object of keys to REGEX values. This will allow you to specify a mask string of keys/permanent characters. Permanent characters are not mapped as keys and keys have an associated REGEX as its rule to change the character input value.
This one will take me a while :)