Skip to content

Fix/crash app#69

Merged
oldrefery merged 3 commits intomainfrom
fix/crash-app
Apr 3, 2026
Merged

Fix/crash app#69
oldrefery merged 3 commits intomainfrom
fix/crash-app

Conversation

@oldrefery
Copy link
Copy Markdown
Owner

No description provided.

Previous build 71 crashed on startup due to Hermes V1 bytecode mismatch
(expo-updates ErrorRecovery.tryRelaunchFromCache → SIGABRT).
Native rebuild required after removing useHermesV1/buildReactNativeFromSource.
Void method invocations in ObjCTurboModule accessed the Hermes JS
runtime from the native dispatch queue thread. On iOS 26 physical
devices with arm64e PAC enforcement this caused an immediate SIGABRT
during startup (ErrorRecovery.tryRelaunchFromCache → crash).

Applied upstream fix from facebook/react-native#56265 via patch-package:
replace convertNSExceptionToJSError with @throw to re-throw natively.
Without buildReactNativeFromSource, EAS uses prebuilt RN frameworks and
the RCTTurboModule.mm patch would be ignored. Re-enabled without
useHermesV1 to use default Hermes V2 while compiling from patched source.
@oldrefery oldrefery merged commit 336d50f into main Apr 3, 2026
1 check passed
@oldrefery oldrefery deleted the fix/crash-app branch April 3, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant