leecade / leecade/react-native-swiper

Swiper show blank page when using boolean for show/hide child view

Open
#814 0 comments 0 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

Which OS ?

both iOS and Android

Version

Which versions are you using:

  • react-native-swiper 1.5.13
  • react-native v0.55.4
Expected behaviour

show only returning view component page
hide page when script not return view component

Actual behaviour

alway show blank page in target index

How to reproduce it>

don't know I never solve it

when I using {( Boolean && <View ...... )} if got false it's should not place blank page

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 by reproducing the blank target page with react-native-swiper 1.5.13 and React Native 0.55.4 on either listed platform, using a boolean expression that returns false instead of a View. Trace how Swiper handles that child and determine whether the expected result—no blank page and only returned View components—is testable.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.