Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Android): getChildDrawingOrder when using refreshcontrol (#2330)
Fixes #2329 - Changes how we check if the child is a CircleImageView to be minification safe Build `[this](https://github.com/BenIrving/refreshcontrolrepro/tree/main)` repro using this changeset, observe no crash when navigating between screens. You can also check `Test640.tsx` test by going into the second screen (by button), then try to manually refresh list by swiping down (until the refresh control will show). During the refresh, try to go back to the first screen - application shouldn't crash. - [x] Ensured that CI passes Co-authored-by: Ben Irving <[email protected]> (cherry picked from commit d424e1a)
- Loading branch information