react native text align start code example
Example 1: react native text right align
textAlign:'right'
Example 2: react native text area align top
<TextInput
multiline={true}
numberOfLines={10}
style={{ height:200, textAlignVertical: 'top',}}/>