feat(e2e-latest): enable New Architecture (RN 0.84)#1249
Draft
abueide wants to merge 1 commit intofeat/devbox-e2e-latestfrom
Draft
feat(e2e-latest): enable New Architecture (RN 0.84)#1249abueide wants to merge 1 commit intofeat/devbox-e2e-latestfrom
abueide wants to merge 1 commit intofeat/devbox-e2e-latestfrom
Conversation
- Set newArchEnabled=true in gradle.properties - Rewrite settings.gradle to use RN 0.84 autolinking - Add kotlin-android plugin, remove old native_modules.gradle - Simplify Podfile (remove deprecated flags/workarounds) - Bump Kotlin to 2.1.20, minSdkVersion to 24 (New Arch requirement) - Add detox dependency to package.json Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enables New Architecture on the E2E-latest example app (RN 0.84.1) to catch interop issues like the trackDeepLinks crash (#1147) in CI.
Changes
newArchEnabled=trueon Androidsettings.gradlefor RN 0.84 autolinking (replaces oldnative_modules.gradle)kotlin-androidplugin, bump Kotlin to 2.1.20Podfile(remove deprecatedflags,M1_workaround, deployment target override)minSdkVersionto 24 (New Arch requirement)Stack
Why
RN 0.84 defaults to New Architecture. Testing with it enabled will expose bridging/interop issues before they reach users.
🤖 Generated with Claude Code