leecade / leecade/react-native-swiper

Is it possible to change slide's height automatic as elastic?

Open
#714 0 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.