Kevin Murphy

Results 8 comments of Kevin Murphy
trafficstars

I got this same issue. I'm not sure how to fix it :( edit: it looks like you can fix it with a setTimeout of 100 (https://github.com/sohobloo/react-native-modal-dropdown/issues/98)

@computerjazz I use react native cli running react native v0.63 on an ios simulator, and am not too familiar with expo versions. I am unable to reproduce it in a...

same issue here. looking for workarounds and alternative packages.

oh nice, thanks for the prompt response. Following these suggestions, it looks like I'm able to scroll just fine through the draggable list when the list is longer than the...

The mentioned solutions work great except for one aspect I am struggling to find a solution for. If the user holds to drag the tile and doesn't move it before...

I found an ok solution by wrapping each child element in your grid with a touchableWithoutFeedback, and use the onPressIn and onPressOut handlers to toggle scrollingEnabled in the scrollview via...