You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would recommend to use TouchableWithoutFeedback instead of TouchableOpacity... in my case, I had to modify it because i didn't want it to show that opacity change when the user taps the container.
I would recommend to use
TouchableWithoutFeedbackinstead ofTouchableOpacity... in my case, I had to modify it because i didn't want it to show that opacity change when the user taps the container.Thanks for this man, works good. 👍