Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

334
Vistas
How do I get email autofill for iOS in React Native?

I already know that you simply have to put emailAddress for textContentType as seen from the react native docs.

But when I do this, it doesn't seem to suggest my email. My email is definitely apart of my Apple account, and it has no problem autofilling my first and last name.

I found this stackoverflow question, but my problem is that I'm using expo and not Xcode to build my project.

Does anyone have any ideas or a lead I can go off on? Or a similar solution to the stackoverflow question that applies to expo?

Here's the code if you're curious:

<TextInput
  id="email"
  placeholder="Email (optional)"
  returnKeyType="done"
  textContentType="emailAddress"
  keyboardType="email-address"
  autoFocus={true}
  maxLength={25}
  blurOnSubmit={false}
  autoCapitalize={"none"}
  onInputChange={inputChangeHandler}
  onSubmitEditing={() => {
    dispatch(setProgress(0));
    props.navigation.navigate("ReadyToBuild");
  }}
  initialValue=""
  value={inputState.value}
  placeholder={props.placeholder ? props.placeholder : "type here..."}
  placeholderTextColor={"grey"}
  onChangeText={textChangeHandler}
  onBlur={lostFocusHandler}
  ref={props.inputRef}
  styleInput={{
    fontSize: 28,
    fontWeight: "300",
    backgroundColor: "#ffffff",
    marginHorizontal: "5%",
  }}
/>
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda