fix(android): use nativeTextViewProtected in TextField (#10450)

This commit is contained in:
farfromrefuge
2023-12-20 21:54:21 +01:00
committed by GitHub
parent 172d3463a3
commit c5561d60df

View File

@ -40,7 +40,7 @@ export class TextField extends TextFieldBase {
setSecureAndKeyboardType(): void { setSecureAndKeyboardType(): void {
let inputType: number; let inputType: number;
const nativeView = this.nativeViewProtected; const nativeView = this.nativeTextViewProtected;
const numericKeyboardType = +this.keyboardType; const numericKeyboardType = +this.keyboardType;
// Check for a passed in numeric value // Check for a passed in numeric value