TextAlign: ‘right’ causes the TextInput component to be in the ScrollView, preventing the ScrollView from sliding up and down
// Add attributes (remember not to write height dead) or adjust styles without textAlign: 'right'
multiline={true}
Copy the code