Updated reference to native iOS component (#5558)

This commit is contained in:
Iva Koevska
2018-03-19 09:00:07 +02:00
committed by Alexander Vakrilov
parent 8248d8a8b9
commit 4cadb3f1a6

View File

@@ -17,7 +17,7 @@ export class HtmlView extends View {
android: any /* android.widget.TextView */; android: any /* android.widget.TextView */;
/** /**
* Gets the native [UILabel](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UILabel_Class/) that represents the user interface for this component. Valid only when running on iOS. * Gets the native [UITextView](https://developer.apple.com/documentation/uikit/uitextview) that represents the user interface for this component. Valid only when running on iOS.
*/ */
ios: any /* UITextView */; ios: any /* UITextView */;