leecade / leecade/react-native-swiper
disableNextButton and disablePrevButton property is not available
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.5k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
Which OS ?
Linux
Version
Which versions are you using:
- react-native-swiper v1.6.0-nightly.5
- react-native v0.59.8
Expected behaviour
disableNextButton and disablePrevButton should work
disablePrevButton is advertised in the v1.6.0changelog
disableNextButton in this pull request https://github.com/leecade/react-native-swiper/pull/531
Actual behaviour
Neither work
How to reproduce it>
To help us, please fork this component, modify one example in examples folder to reproduce your issue and include link here.
Steps to reproduce
1.npm install --save react-native-swiper@1.6.0-nightly.5
2.add disableNextButton and/or disablePrevButton
3.Notice how they dont work
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 comparing the disableNextButton and disablePrevButton behavior in the v1.6.0-nightly.5 implementation with the advertised changelog and pull request #531. Use an example in the examples folder to reproduce both cases; done means each property disables its corresponding navigation button as expected.
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