leecade / leecade/react-native-swiper
Can not chang image by sliding screen
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 ?
Version
Which versions are you using:
-react-native-cli: 2.0.1
- react-native: 0.56.0
- react-native-swiper": 1.5.14
Expected behaviour
Actual behaviour
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
code
<Swiper style = {styles.imageContainer} removeClippedSubviews={false} autoplay={false} showsButtons={true}>
<Image style = {styles.imageContainer} source={{url: "https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=3206286479,3940262751&fm=26&gp=0.jpg"}}/>
<Image style = {styles.imageContainer} source={require('../../resource/Images/VoteRightDown.png')}/>
<Image style = {styles.imageContainer} source={require('../../resource/Images/VoteRightUp.png')}/>
</Swiper>
I can not change the image by sliding screen just click button
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 with the Swiper usage shown in the issue and the examples folder, then reproduce the behavior on the listed React Native and react-native-swiper versions. Check whether the three images respond to swiping as well as the navigation buttons; done means the displayed image changes when the screen is swiped.
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