Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix modal becoming unresponsive with PullToRefresh
Summary: ## Changelog: [iOS] [Fixed] - Fix app becoming unresponsive when RefreshControl is used inside of <Modal /> Fixes: #48579 This is a UIKit bug. Switching to `didMoveToSuperview` resolves it. Reviewed By: cipolleschi Differential Revision: D68025099 fbshipit-source-id: 5d5e730f002ca93748674655a8393b770dc11611 Co-authored-by: kkafar <[email protected]>
- Loading branch information