Open minkgkyaw9899 opened 8 months ago
@minkgkyaw9899 Have you found a solution to this problem?
I'm facing the same problem
EDIT : I am able to avoid this problem using the Touchable element from react-native-gesture-handler insted of react-native
@minkgkyaw9899 Have you found a solution to this problem?
I'm facing the same problem
EDIT : I am able to avoid this problem using the Touchable element from react-native-gesture-handler insted of react-native
@rtorrente Your solution works on the Web app, not just iOS and Android. Thank you! Just to be more specific, this is the solution that worked for me:
import { TouchableOpacity } from 'react-native-gesture-handler';
In carousel render item, each item can pressable but on scrolling item it should not be press item and on android don't press on scrolling meaning work correctly but in ios press the item in scrolling and how to disable pressing item in scrolling
here is my code