Expo Support for New Architecture (Android)#43
Expo Support for New Architecture (Android)#43kmsbernard merged 3 commits intoCodePushNext:masterfrom
Conversation
|
@CHOIMINSEOK - what can I do move this forward? |
|
|
|
@benbitrise Sorry for the long delay on this! I'll update the e2e test scripts, run them, and if there are no regressions I'll merge this and cut a release. (Also, please ignore the previous review comments from Codex. I ran it for my own reference and it ended up posting them on its own 😅) |
|
I ran the regression tests and found no issues. I also noticed there's another compatibility issue with Expo SDK 55 and RN 0.83+. I'll address it in a separate PR. |
The Expo plugin previously relied upon
isHermesEnabledas its anchor point for injectingCodePush.getJSBundleFile().isHermesEnabledwas removed in 0.82.0, so a new anchor point must be used for forward compatibility.Reference: https://react-native-community.github.io/upgrade-helper/?from=0.81.6&to=0.82.0