UI Kitten is love.
I realized that when I set the multiline property to input and set number of lines, the input becomes textarea but the text starts from the center vertically. How can I start from start i.e beginning?

| Package | Version |
| ----------- | ----------- |
| @eva-design/eva | 2.0.0 |
| @ui-kitten/components | 5.0.0 |
Use textAlignVertical property of TextInput. textAlignVertical : 'top'
Most helpful comment
Use textAlignVertical property of TextInput.
textAlignVertical : 'top'