meliorence / meliorence/react-native-snap-carousel
Dot Paginacion not working
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.5k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
When implementing carousel paging, I have the following problem:
As you can see, I am passing an array.length, the problem is that I don't know where the first element starts, it is possible to control this, so if I have an array of 100 elements I can control them from the point...
Putting a limited number if it is possible to observe the pagination, what solution can there be for this?
Contributor guide
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 with the carousel paging and pagination configuration that accepts the array length, then reproduce the reported behavior with a 100-item array. Compare the visible dot count and starting index with the requested limited pagination; done means pagination can display a bounded set of dots while navigating the full array as intended.
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
- 25/100