Sunday, August 30, 2026
HomeiOS Developmentios - React Native TextInput two textContentType, emailAddress and username

ios – React Native TextInput two textContentType, emailAddress and username

[ad_1]

Hi is there a chance to make use of two contenttype for IOS?

like have a suggestion of emails and chance to entry the keychain?

I’ve this sort of code in the meanwhile, single contenttype is working absolutely. I am not an IOS consumer so do not know if this can be a regular method in every day lifetime of IOS consumer however shopper wants this.

<TextInput
                  type={kinds.modalInput}
                  placeholder="E mail"
                  keyboardType="email-address"
                  textContentType={'emailAddress,username'}
                  placeholderTextColor="black"
                  autoCapitalize="none"
                  autoCorrect={false}
                  onChangeText={(worth) => dispatch(setEmail(worth))} />

Thanks prematurely.

[ad_2]

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments