

>= 1: sets the maxFontSizeMultiplier of this node to this value.0: no max, ignore parent/global default.null/undefined (default): inherit from the parent node or the global default (0).Specifies largest possible scale a font can reach when allowFontScaling is enabled.
SHUT OFF AUTOPROMPT ON ANDROID ANDROID
The following values work on Android only:Įnum('default', 'email-address', 'numeric', 'phone-pad', 'ascii-capable', 'numbers-and-punctuation', 'url', 'number-pad', 'name-phone-pad', 'decimal-pad', 'twitter', 'web-search', 'visible-password') The following values work across platforms:

Typeĭetermines which keyboard to open, e.g. Typeĭetermines the color of the keyboard. Note that for multiline fields, setting blurOnSubmit to true means that pressing return will blur the field and trigger the onSubmitEditing event instead of inserting a newline into the field. The default value is true for single-line fields and false for multiline fields. If true, the text field will blur when submitted. If true, focuses the input on componentDidMount or useEffect.

To disable autocomplete, set autoComplete to off.Įnum('birthdate-day', 'birthdate-full', 'birthdate-month', 'birthdate-year', 'cc-csc', 'cc-exp', 'cc-exp-day', 'cc-exp-month', 'cc-exp-year', 'cc-number', 'email', 'gender', 'name', 'name-family', 'name-given', 'name-middle', 'name-middle-initial', 'name-prefix', 'name-suffix', 'password', 'password-new', 'postal-address', 'postal-address-country', 'postal-address-extended', 'postal-address-extended-postal-code', 'postal-address-locality', 'postal-address-region', 'postal-code', 'street-address', 'sms-otp', 'tel', 'tel-country-code', 'tel-national', 'tel-device', 'username', 'username-new', 'off') On Android, the system will always attempt to offer autofill by using heuristics to identify the type of content. Specifies autocomplete hints for the system, so it can provide autofill.
