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
## Description
This PR reverts the change from another PR #2028 that removed notifying
about header height change event. Also, here I've also included changes
that are fixing incorrect values being returned from
`calculateHeaderHeight()` function, which causes to move the target of
the touchables 🚀
## Changes
- Fixed incorrect values, returned from `calculateHeaderHeight` method
- Reverted notifying about header height change
## Test code and steps to reproduce
You can check `Test556.tsx` and `Test1072.tsx` to check if touchables
are working correctly.
## Checklist
- [ ] Ensured that CI passes
0 commit comments