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

309
Vistas
How To Make An Image Carousel that Supports Tap Gestures in React Native?

enter image description here

I am wondering if there is a React-Native module or way to create the kind of photos and videos carousel seen in Tinder dating app. It recognizes tapping on the left or right sides of the images to go to the previous or next images/videos respectively.

The closest I have seen is this module: https://openbase.com/js/react-native-slideshow.

PS: In the image I have attached here, I circled the pagination indicators with red as it is on Tinder also. I am developing using Expo.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You can use the following package to achieve this result.

https://www.npmjs.com/package/react-native-stories-view

To programatically enable or disable the progress you can pass boolean value to enableProgress & to change the position of progress you can use progressIndex prop along with duration prop to control the motion.

<StoryContainer
   visible={true}
   enableProgress={true}
   images={images}
   duration={20}  
   onComplete={() => alert("onComplete")}
   containerStyle={{
       width: '100%',
       height: '100%',
   }}/>

about 4 years ago · Juan Pablo Isaza Denunciar
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