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 noticed a huge issue with TouchableHighlight where there is a significant delay with the onPressIn method being called, making this component next to unusable for real-time feedback.
The TouchableWithoutFeedback component, however provided realtime feedback, but being that it doesn't conform to the same component that TouchableHighlight does, styles break.