text input right props react native code example
Example: react native text input right
<ScrollView>
<TextInput style={{ textAlign: 'right' }} />
<View style={{ height: 2000 }} />
</ScrollView>
<ScrollView>
<TextInput style={{ textAlign: 'right' }} />
<View style={{ height: 2000 }} />
</ScrollView>