leecade / leecade/react-native-swiper
It doesn't autoplay after i drag it for one moment
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.5k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
` return (
<View style = { styles.container }>
<Swiper
height = { 150 }
loop = { true }
autoplay = { true }
removeClippedSubviews = { false }
paginationStyle = {{ bottom: 10 }}
dotStyle = {{ backgroundColor: 'rgba(0, 0, 0, 0.2)', width: 6, height: 6 }}
activeDotStyle = {{ backgroundColor: 'rgba(0, 0, 0, 0.8)', width: 6, height: 6 }}
>
<View style = { styles.swiperItem } >
<Image style = { styles.image }
source = { images[0] }
/>
<View style = { styles.swiperItem } >
<Image style = { styles.swiperItem }
source={ images[1] }
/>
</View>
<View style = { styles.swiperItem } >
<Image style = { styles.swiperItem }
source={ images[2] }
/>
</View>
</Swiper>
</View>`
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
Start by reproducing the issue with the shown Swiper configuration, especially autoplay={true} and loop={true}, then inspect the component's autoplay behavior after a drag. Done means autoplay resumes or continues as expected after the user drags the swiper; the payload does not identify a source file or test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100