mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: ## Changelog: [iOS] [Fixed] - Fix app becoming unresponsive when RefreshControl is used inside of <Modal /> Fixes: https://github.com/facebook/react-native/issues/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 <kacperkafara@gmail.com>