leecade / leecade/react-native-swiper
Is it possible to change slide's height automatic as elastic?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.5k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
I'm using images of different size.
So, I would like to be changed slide's height like below.
https://github.com/xiewang/react-native-elastic-image-slider
I tried react-native-elasitc-image-slider but It is not working.
I think react-native-swiper is qualified component so I want to use this.
So,
Is it possible to change slide's height automatic as elastic?
Needs help
MySpec.
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"test": "node ./node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "2.1.1",
"expo": "^24.0.0",
"react": "16.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-24.0.0.tar.gz",
"react-native-elastic-image-slider": "^1.0.0",
"react-native-gifted-chat": "^0.3.0",
"react-native-image-zoom-viewer": "^2.0.18",
"react-native-responsive-grid": "^0.40.6",
"react-native-scalable-image": "^0.2.2",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-swiper": "^1.5.13",
"react-navigation": "^1.0.0-beta.21"
},
"devDependencies": {
"jest-expo": "^24.0.0"
}
}
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 requested behavior in issue #714 and compare it with the linked react-native-elastic-image-slider example. Review how react-native-swiper currently handles slides containing images of different sizes. Done means defining and implementing automatic height changes for those slides, with coverage for the expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100