Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
408 changes: 355 additions & 53 deletions .github/actions/javascript/checkAndroidStatus/index.js

Large diffs are not rendered by default.

408 changes: 355 additions & 53 deletions .github/actions/javascript/getAndroidRolloutPercentage/index.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- Expo (52.0.28):
- Expo (52.0.41):
- ExpoModulesCore
- ExpoAsset (11.0.2):
- ExpoAsset (11.0.5):
- ExpoModulesCore
- ExpoFont (13.0.3):
- ExpoFont (13.0.4):
- ExpoModulesCore
- ExpoImage (2.0.4):
- ExpoModulesCore
Expand All @@ -72,7 +72,7 @@ PODS:
- EXImageLoader
- ExpoModulesCore
- SDWebImageWebPCoder
- ExpoModulesCore (2.2.0):
- ExpoModulesCore (2.2.3):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -3318,12 +3318,12 @@ SPEC CHECKSUMS:
EXAV: 57ea461614a714b8b8fcc72c6fbc298b8f1ec78b
EXImageLoader: 759063a65ab016b836f73972d3bb25404888713d
expensify-react-native-background-task: f180077e77a41952128fdc2c83ce1d980994d125
Expo: c124b1c2129e79a181c16c364aec9add939bea24
ExpoAsset: 6cc988c426b5fc997859cc0f8f6728d1376bf53f
ExpoFont: 8b14db1afebf62e9774613a082e402985f4e747c
Expo: 3a8a619381412bbf8537746ec27b485be01c8a1f
ExpoAsset: 0687fe05f5d051c4a34dd1f9440bd00858413cfe
ExpoFont: 773955186469acc5108ff569712a2d243857475f
ExpoImage: 3099001359e4414d60addd7c3e00a5d949df41e0
ExpoImageManipulator: 43c7bb3ecccbe993054d2e9131c8dcbe54f1385b
ExpoModulesCore: 602c3b9247a11fd714e37c9c7452cac130b9715f
ExpoModulesCore: 99d5de91c92f514765d101d1e4988a5f387995e8
fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6
FBLazyVector: 79c4b7ec726447eec5f8593379466bd9fde1aa14
Firebase: 629510f1a9ddb235f3a7c5c8ceb23ba887f0f814
Expand Down
457 changes: 262 additions & 195 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@
"dom-serializer": "^0.2.2",
"domhandler": "^4.3.0",
"expensify-common": "2.0.127",
"expo": "52.0.28",
"expo-asset": "^11.0.2",
"expo": "52.0.41",
"expo-asset": "^11.0.5",
"expo-av": "^15.0.2",
"expo-font": "^13.0.3",
"expo-font": "^13.0.4",
"expo-image": "^2.0.4",
"expo-image-manipulator": "^13.0.6",
"fast-equals": "^4.0.3",
Expand Down
47 changes: 0 additions & 47 deletions patches/expo+52.0.28+001+dont-change-formdata.patch

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that included in the new version? Just making sure it's not removed by mistake

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, necessary updates were merged to the expo around one month ago: https://github.com/expo/expo/pull/35243/files

This file was deleted.