Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Invalidate displaylink when invalidate instance in bridgeless mode (#…
…43603) Summary: `RCTDisplayLink` retains itself because of `CADisplayLink`, let's call `invalidate` to break the retain cycle. cc philIip ## Changelog: [IOS] [FIXED] - [Fabric] Invalidate displaylink when invalidate instance in bridgeless mode Pull Request resolved: #43603 Test Plan: After instance invalidate, `RCTDisplayLink` deallocated . Reviewed By: fabriziocucci Differential Revision: D55239145 Pulled By: javache fbshipit-source-id: d9ceb9cd3a2cd91700e917c909d7097dacba240b
- Loading branch information