Open ManigandanRaamanathan opened 5 years ago
Same issue
+1
Same issue
Try wrap TouchableOpacity by Swipeout, works for me
<Swipeout>
<TouchableOpacity>
<View />
</TouchableOpacity>
</Swipeout>
no its not... when item is open seems nothing is working on it.
Try wrap TouchableOpacity by Swipeout, works for me
<Swipeout> <TouchableOpacity> <View /> </TouchableOpacity> </Swipeout>
This works, but it presses the item on each swipe triggering the opacity effect.
Touchable Opacity of the same swiping view not functioning after adding swipeout in it. I'm using accordion and wants to have swipeout as well