leecade / leecade/react-native-swiper
[iOS] autoplay enabled. navigation to next page and back, current swiper items would not shown until next autoplay
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.5k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
For example, on iOS, enable autoplay, autoplayTimeout is 3.
Current swiper contain 4 buttons and 2 buttons are visible. (vertically scroll)
Tap one button and navigate to a new page, wait more than 3 seconds.
Pop back to the swiper page, the buttons not shown until next autoplay run.
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 iOS flow described: enable autoplay with autoplayTimeout 3, scroll the four-button swiper, navigate away, wait over three seconds, and return. Trace the swiper's page-return and autoplay lifecycle; the issue is done when the current buttons render immediately on return instead of waiting for the next autoplay run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- frontend, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100