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.3k stars 952 forks source link

[Docs] onChangeText props in Input #1259

Closed robertwt7 closed 3 years ago

robertwt7 commented 4 years ago

🐛 Bug Report

Firstly, i'm sorry if this is my mistake. I just started using ui kitten this week actually! Trying to choose which UI kit fits for the next project in my company

Anyway,

image

Isn't that onChangeText supposed to be a function type? Just double checking.

Shouldn't it be (e) => void?

Thanks

artyorsh commented 3 years ago

Shouldn't it be (e) => void?

Yes, it should. Thanks for reporting