fix: call to nativeView (#8488)

This commit is contained in:
Nick Iliev
2020-04-01 17:41:58 +03:00
committed by GitHub
parent dc7215fb02
commit 2b06adca27

View File

@ -104,7 +104,7 @@ export class TextBase extends TextBaseCommon {
initializeTextTransformation();
const nativeView = this.nativeTextViewProtected;
this._defaultTransformationMethod = nativeView.getTransformationMethod();
this._defaultMovementMethod = this.nativeView.getMovementMethod();
this._defaultMovementMethod = nativeView.getMovementMethod();
this._minHeight = nativeView.getMinHeight();
this._maxHeight = nativeView.getMaxHeight();
this._minLines = nativeView.getMinLines();