question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[RFC] New dependency: react-native-swiper

See original GitHub issue

Status

Adopted

New Dependency

Name: react-native-swiper URL: https://github.com/leecade/react-native-swiper

Focus

A React Native module that allows you to quickly build customisable Swiper components.

Check out the implementation and test out PR here.

Check List

  • Have read over the source code, and we can maintain it
  • Has had a release in the last year or looks done and stable

Alternatives

react-native-swiper seems to be the easiest solution for the purpose of the task (swipe between slides that display data and, based on the index of the card, update the slide-specific data). The Swiper component makes it easier to operate with indexes of the slides and child components. Before testing react-native-swiper, I’ve tried out using SrollView. The implementation seemed to be not as transparent and robust as react-native-swiper, plus the ScrollView renders all child components at once, which adds more complexity to future tasks. With react-native-swiper we can render only the current slide.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:4
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
MounirDhahricommented, Aug 9, 2022

Actually react-native-swiper is more like stable than unmaintained, it’s become kind of the defacto go-to solution for swipers in react-native. The Flatlist/Scrollview API hasn’t changed much over the past few years and that explains why not much has been added to react native swiper.

1reaction
araujobarretcommented, Aug 4, 2022

My only concern regarding this lib is it had no maintenance over the past 2 years 😢

Read more comments on GitHub >

github_iconTop Results From Across the Web

react-native-swiper
Swiper component for React Native.. Latest version: 1.6.0, last published: 3 years ago. Start using react-native-swiper in your project by ...
Read more >
react-native-swiper/package.json at master
The best Swiper component for React Native. Contribute to leecade/react-native-swiper development by creating an account on GitHub.
Read more >
react swiper active index - You.com | The AI Search Engine ...
I would use transform: scale(0.3) on the parent (Deck) and keep the width of the slider at 300px. JSX (Deck.js):. <div className={ ...
Read more >
fsc-react-native-swiper - npm package
Swiper component for React Native. For more information about how to use this package see README. Latest version published 3 years ago.
Read more >
react-native-router-flux/CHANGELOG.md
The CDN for react-native-router-flux. ... 161, - Adopt RNRF for latest React Navigation \(v2+\) ... 223, - Disable Swipe Gestures in Android \(Scene\) ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found