leecade / leecade/react-native-swiper

loadMinimal doesn't work on Android

Open
#358 2 comments 9 reactions 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 had to put loadMinimal={Platform.OS === "ios"} for Swiper property as it doesn't work on Android. On Android it only swipes to loadMinimalSize={1} of cards. So if I swipe past loadMinimalSize it shows empty card, but works fine on iOS.

I am using
"react": "15.3.2",
"react-native-swiper": "^1.4.11",
"react-native": "^0.38.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

Reproduce the issue on Android with react-native-swiper 1.4.11, React Native 0.38.0, and loadMinimal enabled, comparing the behavior with iOS. Verify swiping past loadMinimalSize={1}; the work is done when Android renders the expected cards instead of an empty card.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.