leecade / leecade/react-native-swiper
Sliding slowly when the image is too large
Open
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
- 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.
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