React-native-ui-kitten: Multiline input text starts from the center of the input vertically

Created on 4 Jul 2020  路  1Comment  路  Source: akveo/react-native-ui-kitten

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?

Screenshot 2020-07-04 at 1 23 38 PM

UI Kitten and Eva version

| Package | Version |
| ----------- | ----------- |
| @eva-design/eva | 2.0.0 |
| @ui-kitten/components | 5.0.0 |

Help wanted

Most helpful comment

Use textAlignVertical property of TextInput. textAlignVertical : 'top'

>All comments

Use textAlignVertical property of TextInput. textAlignVertical : 'top'

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sobiso picture sobiso  路  3Comments

chamatt picture chamatt  路  3Comments

nonameolsson picture nonameolsson  路  3Comments

eyalyoli picture eyalyoli  路  3Comments

Gitldx picture Gitldx  路  3Comments