I have an absolute flatlist and if I select one of the options and there's a paper button or any other pressable component is getting pressed along side with the selected element.
Expected behaviour:
I am using zIndex but still the component behind the option from "react-native-paper" is still getting clicked. I tried using TouchableOpactiy it's not getting clicked, In iOS everything works fine the issue is only in Android.
Code sample
Screenshot
I already have included this issue in their github you can see the whole thing in there.