React-native input mask

I need to implement a data entry in which the values ​​are replaced by a mask of XXX characters, by the type of phone number + 123456789, it should be +123ХХХХХХХ in places where there is no data yet. At each input, instead of X, there must be a character that the user entered. is there a library that allows me to implement such a mask?

I did not find a suitable library to implement this functionality in react-native. has anyone encountered a similar problem?