| #
ab35a1c5 |
| 26-Apr-2023 |
Kudo Chien <[email protected]> |
Upgrade react-native 0.71.7 (#22253)
upgrade react-native 0.71.7 for ios hermes performance regression and samsung textinput issues: https://github.com/facebook/react-native/releases/tag/v0.71.7
-
Upgrade react-native 0.71.7 (#22253)
upgrade react-native 0.71.7 for ios hermes performance regression and samsung textinput issues: https://github.com/facebook/react-native/releases/tag/v0.71.7
- update `[email protected]` in package.json - update our react-native fork to 0.71.7 - re-version sdk 48 code because there are ios hermes changes and android java code changes - [skia] fix build error on xcode 14.3 - [dev-menu][dev-launcher] update bundles
- ci passed - cli and versioned ios client eas build are expected to fail on sdk-48. - android/ios versioned expo go + ncl
(cherry picked from commit b0d7000924600e305b68b8a1f873d575bbfec7ec)
show more ...
|
| #
5ece2faf |
| 21-Mar-2023 |
Kudo Chien <[email protected]> |
[apps][templates][go] bump to react-native 0.71.4 (#21781)
bump [email protected] for sdk 48 patch release
- bump packages - react-native: 0.71.3 -> 0.71.4 - metro-react-native-babel-preset:
[apps][templates][go] bump to react-native 0.71.4 (#21781)
bump [email protected] for sdk 48 patch release
- bump packages - react-native: 0.71.3 -> 0.71.4 - metro-react-native-babel-preset: 0.73.7 -> 0.73.8 - [react-native-lab] mainly react-native bump and hermes bump - reversion ios and android sdk 48 code, mainly for versioned hermes.
ci passed versioned expo go + ncl
show more ...
|
| #
d9b937f3 |
| 16-Feb-2023 |
Kudo Chien <[email protected]> |
Upgrade react native to 0.71.3 (#21227)
# Why
add fixes from react-native 0.71.3 for sdk 48.
# How
- [react-native-lab] mainly bump version. most changes between 0.71.2 <-> 0.71.3 are unrel
Upgrade react native to 0.71.3 (#21227)
# Why
add fixes from react-native 0.71.3 for sdk 48.
# How
- [react-native-lab] mainly bump version. most changes between 0.71.2 <-> 0.71.3 are unrelated native changes
- bump react-native 0.71.3
- bump jsc-android to 250231 which is 250230 but building with ndk r23
- re-version android and ios sdk 48 code because of react native version bump
- there are some stripe code changes because i didn't backport the changes when adding sdk 48 android code
- upload the new sdk 48 android aar to release page: https://github.com/expo/react-native/releases/tag/sdk-48.0.0
- [ci] fix `pod install` error on eas build because of hermes-engine bump - by disabling `cacheDefaultPaths` which caching old Podfile.lock file
# Test Plan
- ci passed
- android versioned expo go + sdk 48 ncl smoke test
- ios versioned expo go + sdk 48 ncl smoke test
- android versioned expo go + stripe example
show more ...
|
| #
c54c2599 |
| 14-Feb-2023 |
Tomasz Sapeta <[email protected]> |
Backport expo-modules-core to SDK 48 and remove tests from versioned code
|
| #
fe5cfb17 |
| 06-Feb-2023 |
Tomasz Sapeta <[email protected]> |
[ios] Add versioned code for SDK 48 (#21091)
|