Answers for "react native text area align top"

0

react native text area align top

<TextInput
    multiline={true}
    numberOfLines={10}
    style={{ height:200, textAlignVertical: 'top',}}/>
Posted by: Guest on February-03-2021

Code answers related to "react native text area align top"

Code answers related to "Javascript"

Browse Popular Code Answers by Language