leecade / leecade/react-native-swiper
paginationStyle doesnt work with bottom, but does with top value
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.5k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
As the title says
paginationStyle={{ bottom: window.height-50 }} does work,
paginationStyle={{ top: 50 }} doesnt
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 two paginationStyle examples in a React Native swiper screen, then trace where paginationStyle is applied. Done means the top value positions pagination as expected while the existing bottom value continues to work.
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
- Mostly clear
- Newbie friendliness
- 35/100