meliorence / meliorence/react-native-snap-carousel
Implement a custom PanResponder
Open
@bd-arc is already working on this.
Since Feb 27, 2017.
feature
- Dominant language
- JavaScript
- Stars
- 10.5k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
Current momentum implementation doesn't always feel right, particularly on Android. The best way to enhance it and to unify interactions between Android and iOS seems to implement a PanResponder.
Here are some implementations that could serve as a starting point:
- react-native-deck-swiper: swipe implementation
- react-native-carousel-pager:
PanResponderimplementation - react-native-swipeable-parallax-carousel:
PanResponderimplementation - react-native-scrollable-tab-view: momentum and scroll implementation
- react-native-pan-controller: momentum and snap implementation
- react-native-tinder-swipe-cards:
PanResponderimplementation - react-native-viewpager: infinite scrolling implementation
- react-native-page-swiper
Custom interaction ideas:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.