Make TouchableOpacity not highlight element when starting to scroll [React Native]
A scroll gesture should cancel the TouchableOpacity
touch responder, but if you think the TouchableOpacity
highlight is triggered to early, you can try tweaking the delayPressIn
property.