Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

136
Views
Textipunt en la parte inferior no evita el teclado en iOS pero en Android sí

Planeo tener esa entrada de texto en la parte inferior, y quiero que evite el teclado. En Android evita, pero en iOS no, aunque estoy usando <KeyboardAvoidingView> .

Lo estoy colocando en la parte inferior con posición absoluta.
Por cierto, estoy usando expo-cli

este es mi regreso

 return ( <KeyboardAvoidingView behavior={Platform.OS === "ios" ? "positionx" : false} style={{ backgroundColor: "#fff", bottom: 0, position: "absolute", flex: 1 }} > <SafeAreaView style={styles.commentView}> <TextInput style={styles.commentInput} placeholder='Comentário' /> <TouchableOpacity> <Text style={{ color: "#F5A962" }}>Publicar</Text> </TouchableOpacity> </SafeAreaView> </KeyboardAvoidingView> )

esta es mi hoja de estilo

 commentInput: { height: 40, width: "80%", borderWidth: 1, borderRadius: 5, borderColor: "black", paddingStart: 10, marginEnd: "3.5%", backgroundColor: "#eee" }, commentView: { flexDirection: "row", alignItems: "center", justifyContent: "center", backgroundColor: "#fff", }

Gracias por adelantado.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Sí, no puedes resolverlo con el código anterior. Siempre verá el tema cubierto por el teclado. depende del diseño. Si va a resolver este problema, no dude en crear una reunión de Google (reactnativeseniordev@gmail.com). Ayudaré a su problema a través de una llamada.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!