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

307
Views
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 answers
Answer question

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 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!