leecade / leecade/react-native-swiper

Sliding slowly when the image is too large

Open
#856 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
10.5k
Forks
2.3k
PR merge metrics
No merged PRs in 30d

Description

Which OS ?
Version

Which versions are you using:

  • react-native-swiper v1.5.13?
  • react-native v0.5.6

export default class ImageSwiper extends PureComponent {
static defaultProps = {
images: {}
}

 render() {
     return (
           <Swiper
             removeClippedSubviews={true}
             pagingEnabled={true}
             dotColor='white'
             loop={false}
             paginationStyle={{bottom: 10}}
             index={this.props.images.index}
             >
             {this.renderImages()}
           </Swiper>
     );
 }

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The report shows an ImageSwiper rendering a Swiper with removeClippedSubviews and pagingEnabled; start by reproducing slow sliding with large images on react-native-swiper v1.5.13 and React Native v0.5.6. Confirm the affected operating system and define done as responsive sliding while the images remain correctly displayed.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react-native
Domain
mobile, performance
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.