Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Touchable Opacity Not working after adding swipeout #324

Open
ManigandanRaamanathan opened this issue Feb 20, 2019 · 6 comments
Open

Touchable Opacity Not working after adding swipeout #324

ManigandanRaamanathan opened this issue Feb 20, 2019 · 6 comments

Comments

@ManigandanRaamanathan
Copy link

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

@ghost
Copy link

ghost commented Mar 19, 2019

Same issue

@kalinchuk
Copy link

+1

@tranphuoclocce13
Copy link

Same issue

@flaik-boao
Copy link

flaik-boao commented May 28, 2019

Try wrap TouchableOpacity by Swipeout, works for me

<Swipeout>
   <TouchableOpacity>
       <View />
    </TouchableOpacity>
</Swipeout>

@Taren91
Copy link

Taren91 commented Apr 27, 2020

no its not... when item is open seems nothing is working on it.

@ronenmiller-khealth
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants