Relative Content

Tag Archive for react-nativemodal-dialogscrollviewtouchableopacityreact-native-deck-swiper

Useing scrollable modal for full screen view of cards in react-native-deck-swiper

I am writing a tinder like application using react-native-deck-swiper. When clicking on the cards, I want the card to go into a full screen view that is scrollable in vertical direction. To achieve this behavior, my card component gets a variable “visible” and displays either the normal card or its full screen version. Unfortunately, when displaying the full screen version, one can still swipe “through the component”. This behavior occurs independently of whether or not I am using a scrollview for the full screen version of the card.
I was unable to come up with a solution so far (or find duplicates on this platform). All help is greatly appreciated.