Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Represents an editable multiline text view.

Summary

Constructors

constructor

Properties

android
ios
maxLines
181 properties inherited from EditableTextBase
Click to expand

Constructors

constructor

new TextView(): TextView

Properties

android

android: any
Gets the native [android widget](http://developer.android.com/reference/android/widget/EditText.html) that represents the user interface for this component. Valid only when running on Android OS.

ios

ios: any
Gets the native iOS [UITextView](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextView_Class/) that represents the user interface for this component. Valid only when running on iOS.

maxLines

maxLines: number
Limits input to a certain number of lines.
Previous
TextField