Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reatain cycle RCTPullToRefreshViewComponentView <-> RCTScrollView…
…ComponentView Summary: Changelog: [iOS][Fixed] - `_scrollViewComponentView` is set to `RCTPullToRefreshViewComponentView's` superview: ``` _scrollViewComponentView = [RCTScrollViewComponentView findScrollViewComponentViewForView:self]; ``` It should be safe to make it weak. Reviewed By: javache Differential Revision: D36998626 fbshipit-source-id: 2130b743d181e15986cb68636d60507a986968e1
- Loading branch information