akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.33k stars 955 forks source link

How to use ui kitten with any mask library #1479

Closed crisfcodes closed 3 years ago

crisfcodes commented 3 years ago

💬 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

Package Version
@eva-design/eva ^2.1.0
@ui-kitten/components ^5.1.0
artyorsh commented 3 years ago

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.