leecade / leecade/react-native-swiper
Swiper show blank page when using boolean for show/hide child view
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
- 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 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