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

128
Vistas
How to put a view on top of others

I want to build a searchable dropdown, I did a try but I was confronted by the problem in Image 1:

How can I put the flatlist of option in top of all things in my application ?

This is the render of the Searchable dropdown:

render = () => {
    return (
      <View
        keyboardShouldPersist="always"
        style={{ ...this.props.containerStyle }}
      >
        {this.renderSelectedItems()}
        {this.renderTextInput()}
        {/* {this.renderListType()} */}

        <View style={{ width: "100%" }}>
          <View
            style={{
              position: "absolute",
              width: "100%",
              backgroundColor: "white",
            }}
          >
            <View
              style={{
                zIndex: 1,
                width: "100%",
                backgroundColor: "white",
              }}
            >
              {this.renderListType()}
            </View>
          </View>
        </View>
      </View>
    );
  };
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