What I want is to use UI Kitten input component with any react native input mask like
react-native-text-input-mask or react-native-masked-text but this kind of libraries comes with its own inputs components, so how to use it with ui kitten components?
As far as I can see from the input-mask code base there is no way to do that, since the library itself relies on custom Input component built with native modules.
💬 Question
How to use ui kitten with any mask library?
What I want is to use UI Kitten input component with any react native input mask like react-native-text-input-mask or react-native-masked-text but this kind of libraries comes with its own inputs components, so how to use it with ui kitten components?
UI Kitten and Eva version