Reputation: 121
How can i disable opacity change when i click on a Draggable in React Native? In documentation it just says this and it doesn't work
and i couldn't find anything in Google
Here is what it does when i click
But i want it to stay in the same color and opacity when i click on the Draggable. Is there any solution for that?
Upvotes: 2
Views: 425
Reputation: 121
I found the solution. I wrapped it with TouchableWithoutFeedback and it worked
Upvotes: 1