1

I am new to react native, I want to make a text input which accepts 3 lines of data and after that, it should automatically get the scroll up.

I got stuck and need help to resolve this issue.

Suggestions are welcome

1 Answers1

1

You have to add some properties to that field such that

1) numberOfLines 2) multiline

Husain Khanbahadur
  • 479
  • 1
  • 8
  • 22