Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect cast in RemoveDeleteTree (#43018)
Summary: Pull Request resolved: #43018 Assuming that if View is a ViewGroup, its ViewManager is a ViewGroupManager is incorrect. Custom ViewManagers may use ViewGroups internally to represent complex views exposed to JS. Type-check the ViewManager instead to avoid the crash seen in T178300877 Changelog: [Internal] Reviewed By: cortinico Differential Revision: D53586565 fbshipit-source-id: 49408098cebc7f76d8be0e585187ba9b6ca52049
- Loading branch information