chore: update react-native to 0.72.4 (#24044)close ENG-9814- update react-native to 0.72.4- [react-native-lab] cherry pick native changes- [babel-preset-expo] bump `metro-react-native-babel-pre
chore: update react-native to 0.72.4 (#24044)close ENG-9814- update react-native to 0.72.4- [react-native-lab] cherry pick native changes- [babel-preset-expo] bump `[email protected]`- [android][ios] re-version sdk-49 code- [dev-menu][dev-launcher] rebuild js bundlesversioned expo go + sdk 49 project smoke test
show more ...
Re-version SDK 49 on iOS
[expo-updates][ios] Allow nil scopeKey for bare/embedded updates (#23385)
chore: update react-native to 0.72.1 (#23262)# Why update react-native 0.72.1 for sdk 49 # How - bump react-native to 0.72.1 - re-version android/ios sdk 49 code - [react-native-lab] che
chore: update react-native to 0.72.1 (#23262)# Why update react-native 0.72.1 for sdk 49 # How - bump react-native to 0.72.1 - re-version android/ios sdk 49 code - [react-native-lab] cherry-pick necessary commits between 0.72.0..0.72.1 # Test Plan - ci passed - bare-expo - versioned expo go
[expo-updates][ios] Fix response header casing bug (#23234)
[expo-updates] Support discriminated unions for JS API method result types (#23173)
[ios][updates][tools] fix swift casting runtime exception (#23132)# Why close ENG-9094 # How - this is again the swift runtime exception for casting versioned class to unversioned class li
[ios][updates][tools] fix swift casting runtime exception (#23132)# Why close ENG-9094 # How - this is again the swift runtime exception for casting versioned class to unversioned class like https://github.com/expo/expo/pull/23012#discussion_r1237294135. this time it's the `EXUpdatesUpdate` and solved by the `object_setClass` too. - moving the `object_setClass` to expo-go only `EXUpdatesBinding` class which is a proper place to do the casting. however, this requires more swift <-> objc interop like adding swift compatibility header to search paths and adding `-fmodule-map`. - some refactoring for the expokit podspec # Test Plan - ci passed - test local expo-go to load sdk 49 updates (both classic updates and eas updates)
Add versioned code for SDK 49 on iOS (#23071)