leecade / leecade/react-native-swiper

[iOS] autoplay enabled. navigation to next page and back, current swiper items would not shown until next autoplay

Open
#271 2 comments 0 reactions 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

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

  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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.