mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45914 changelog: [internal] Fix a crash when SwipeRefreshLayout uses a custom child. According to the docs, [SwipeRefreshLayout must override canChildScrollUp](https://developer.android.com/reference/androidx/swiperefreshlayout/widget/SwipeRefreshLayout#canChildScrollUp()) method if a custom view is used. On Android, we do use a custom view: https://fburl.com/code/kfaj8q9z Reviewed By: Abbondanzo Differential Revision: D60829986 fbshipit-source-id: 09e6bc690bb66131d614b1eedfbede615f42d2e1