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

157
Vistas
How can I change the position of scroll indicator in FlatList react native?

I need to position the vertical scroll indicator to the left while it's always positioned to the right. I also need to edit the style of the scroll to look like the image below but nothing seems to be working. image of needed scroll

const renderItem = (item) => {
    return (
      <View style={styles.item}>
        <Text style={styles.textItem}>{item[props.valueName]}</Text>
      </View>
    );
  };

<Dropdown
        style={styles.dropdown}
        placeholderStyle={styles.placeholderStyle}
        selectedTextStyle={styles.selectedTextStyle}
        inputSearchStyle={styles.inputSearchStyle}
        search
        maxHeight={300}
        data={props.modalList}
        labelField={props.valueName}
        valueField={props.valueId}
        placeholder={props.listTitle}
        value={props.listValue}
        onChange={(item) => {
          selectValue(item);
        }}
        renderItem={renderItem}
        renderRightIcon={() => (
          <View style={[styles.iconContainer]}>
            <Image
              source={require("../assets/downArrow.png")}
            />
          </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