I have a few components inside AppIntroSlider (react-native-calendars, react-native-google-places-autocomplete, etc) that require you to scroll and/or select items from within them. It doesn't seem to be working when they are wrapped inside AppIntroSlider. It registers the touch as a scroll (even when i passed the scrollEnabled={false}). I'm assuming this has to do with zIndex and these elements somehow being behind AppIntroSlider. Has anyone experienced this behavior? Is there a workaround?
Hi,
I have a few components inside AppIntroSlider (react-native-calendars, react-native-google-places-autocomplete, etc) that require you to scroll and/or select items from within them. It doesn't seem to be working when they are wrapped inside AppIntroSlider. It registers the touch as a scroll (even when i passed the scrollEnabled={false}). I'm assuming this has to do with zIndex and these elements somehow being behind AppIntroSlider. Has anyone experienced this behavior? Is there a workaround?