[ci][tools] fix react-native 0.73 compatibility [3/3] (#24020)# Why fix react-native 0.73 compatibility. this pr focus on fixing ci test-suite-nightlies. # How - [ci] use node 18 and jdk 1
[ci][tools] fix react-native 0.73 compatibility [3/3] (#24020)# Why fix react-native 0.73 compatibility. this pr focus on fixing ci test-suite-nightlies. # How - [ci] use node 18 and jdk 17 which are required from 0.73 - [ci] use `npx pod-install` rather than `pod install` and fix hermes-engine podfile.lock update issue - [tools] update SetupReactNativeNightly script # Test Plan ci passed in #23961 (https://github.com/expo/expo/pull/23961/checks)
show more ...
[tools] fix react native nightlies test (#21062)# Why after react native 0.71 upgrade in our monorepo, the nightlies setup patches are broken. # How upgrade patches based on 0.71 # Test
[tools] fix react native nightlies test (#21062)# Why after react native 0.71 upgrade in our monorepo, the nightlies setup patches are broken. # How upgrade patches based on 0.71 # Test Plan - nightlies ci passed
[tools] Fix react-native nightlies testing (#20472)# Why fix react native nightlies testing # How based on #20470 to further fix other breaking changes - update base-expo android template
[tools] Fix react-native nightlies testing (#20472)# Why fix react native nightlies testing # How based on #20470 to further fix other breaking changes - update base-expo android template because the legacy react.gradle is removed in nightlies. - move reanimated transform to patch-based transform - [asset] add `ReactNativeCompatibleAssetsRegistry` because `@react-native/assets` is renamed to `@react-native/assets-registry` # Test Plan nightlies ci passed: https://github.com/expo/expo/actions/runs/3737521209