leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.37k stars 2.35k forks source link

cant scroll a scrollview that it's inside of swiper that it's inside of a swiper #704

Open avishayp2 opened 6 years ago

avishayp2 commented 6 years ago

Which OS ?

ios

Version

Which versions are you using: iPhone 6 && iPhone 7 && iPhone x

Expected behaviour

Will be able to scroll in scrollView

Actual behavior

I'm using a Swiper inside of swappable cards decks (also using react-native-swipe here), one of the pages inside of the swiper is a ScrollView which I can't scroll(getting stuck on each child)

How to reproduce it>

To help us, please fork this component, modify one example in examples folder to reproduce your issue and include link here.

Steps to reproduce

  1. create a swappable card deck (can create only one card really).
    2.create 2 pages inside of the card, one of the pages as to be a scrollview 3.locate the pages on top of the swappable card
yuoppp commented 6 years ago

inception

busyhe commented 6 years ago

+1

rastapasta commented 6 years ago

Ran into the same issue, solved it by adding `...StyleSheet.absoluteFillObject' to the ScrollView's style. Good luck & cheers :beer:

sdiwen007 commented 1 month ago

Do you have a solution to this problem?