bump to expo 53.0.4

This commit is contained in:
Samuel Newman
2025-05-01 17:24:43 +03:00
parent df118846c8
commit 46e18f7a96
13 changed files with 305 additions and 248 deletions
@@ -11,7 +11,3 @@ in the RN repo: https://github.com/facebook/react-native/issues/43388
Patching `RCTRefreshControl.m` and `RCTRefreshControl.h` to add a new `forwarderBeginRefreshing` method to the class.
This method is used by `ExpoScrollForwarder` to initiate a refresh of the underlying `UIScrollView` from inside that
module.
## ScrollView centerContent fix
Includes https://github.com/facebook/react-native/pull/47591 early. Delete when it's in a release.