[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]
