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
The reason for this is that TouchableWithoutFeedback will set responder props on that component, but ThirdButton is just a composite component with no backing UIView, so I want to pass those on to the View. See what I'm talking about here
I made a demo https://rnplay.org/plays/iBVgwg
so the problem is that third button isn't working. The only difference between buttons is the way I passed them in
Header
component.The text was updated successfully, but these errors were encountered: