Musings of a Programmer

Rarely-used blog of Dan Harper.
View all blog posts

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.