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

138
Vistas
react native : swiper, have an issue while display first time

In my code I did swiper with the "react-native-swiper" directory. There is a problem that when the swiper screen is displayed then the last page jumps to the first page and stop there. (for example if I have 4 points in the swiper view then the leftmost point jumps to the rightmost) I would love direction in solving my problem.

<Swiper
            scrollsToTop={true}
            showsVerticalScrollIndicator={true}
            bounces={true}
            dotStyle={styles.NonActiveDot}
            activeDotStyle={styles.activeDot}
          >
            {Object.keys(groupFacilities).map((key) => (
              <SafeAreaView key={key} style={styles.safeArea}>
                <View key={key}>
                  <View style={styles.secondaryTitleView}>
                    <Text style={styles.secondaryTitleText}>{`${selectedEpicenter[0]?.EpicenterName} - ${key}`}</Text>
                  </View>
                  <FlatList
                    data={groupFacilities[key]}
                    renderItem={renderItem}
                    keyExtractor={item => item.ID}
                  />
                </View>
              </SafeAreaView>
            ))}
          </Swiper>
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