RCTTextField vs RCTTextView
February 14, 2017
Just a quick note as I had to go digging to work out the difference between the use of RCTTextField
and RCTTextView
in React Native iOS.
RCTTextField
is used for single-line inputs.
RCTTextView
is used for multi-line inputs.
Hopefully this shows up in Google search results for someone else wondering the same thing.