Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(iOS): add
canCoalesce
method to RNSHeaderHeightChangeEvent (#1933)
## Description It looks like when I was implementing class that is representing the `onHeaderHeightChange` I made a mistake and I forgot / accidentally removed `canCoalesce` method which led to displaying `RNSHeaderHeightChangeEvent: unrecognized selector sent to instance` for a couple of users. This issue resolves that error by adding `canCoalesce` method to the event. Fixes #1932. ## Changes - Added `canCoalesce` method to `RNSHeaderHeightChangeEvent` file ## Test code and steps to reproduce You can test the changes by checking `Test1802.tsx` component in FabricTestExample. ## Checklist - [ ] Ensured that CI passes
- Loading branch information