Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed an issue where the title in NavigationExperimentalHeader would …
…block touches for the left component Summary:There was an issue where the title component could overlap the left component and it would block the left component from receiving touches. I only stumbled across this because we have a default title component which stretches most of the width and it was covering the edge of the left component. I think left/right components are more likely to be actionable than the title component so they should take priority in the touch order (ie. be rendered last). Closes #6618 Differential Revision: D3144191 fb-gh-sync-id: 9ccd31714b2401d02eaaf4b5b24ed6afb60041c7 fbshipit-source-id: 9ccd31714b2401d02eaaf4b5b24ed6afb60041c7
- Loading branch information