Questions tagged [react-native-text-input-mask]

2 questions
1
vote
1 answer

Type 'Handles' is missing the following properties from type 'TextInput'

I use React Native Paper and react-native-text-input-mask to show a field for the phone number: // Imports import {TextInput} from 'react-native-paper' import TextInputMask from 'react-native-text-input-mask' // Control
0
votes
1 answer

How to custom mask input in React Native without using libraries?

I am completely new to react-native and have been trying to custom mask input. However, I am only getting numbers more than 10 even if I have specified the mask under TextInput. I am not sure what I am doing wrong. Your assistance will be greatly…