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)
## Description Fixes #2329 ## Changes - Changes how we check if the child is a CircleImageView to be minification safe ## Test code and steps to reproduce 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. ## Checklist - [x] Ensured that CI passes Co-authored-by: Ben Irving <ben@Bens-MacBook-Pro.local>
- Loading branch information