Reagieren Sie den nativen Texteingabe rechts
<ScrollView>
<TextInput style={{ textAlign: 'right' }} />
<View style={{ height: 2000 }} />
</ScrollView>
Tense Tarantula
<ScrollView>
<TextInput style={{ textAlign: 'right' }} />
<View style={{ height: 2000 }} />
</ScrollView>