showing results for - "react native text area align top"
Juan José
19 Mar 2019
1<TextInput
2    multiline={true}
3    numberOfLines={10}
4    style={{ height:200, textAlignVertical: 'top',}}/>