Wrapping a ScrollView with TouchableWithoutFeedback is generally not recommended because it interferes with the ScrollView's touch handling. Instead, use TouchableOpacity, TouchableHighlight, Pressable, or handle touch events on individual items inside the ScrollView.