-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android(feat):new arch support #4675
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # detox/android/detox/src/full/java/com/wix/detox/reactnative/idlingresources/animations/AnimatedModuleIdlingResource.kt
Change the way of getting is fabric enabled
Change the way of getting is fabric enabled
@@ -1,4 +1,4 @@ | |||
- label: ":android::react: RN .76 + Android: Demo app" | |||
- label: ":android::react: (New Arch) - RN .76 + Android: Demo app" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not testing both new arch and old arch on .76?
Is that a breaking change?
@gosha212 I think the test app will crash on the Localization screen on Android, since it uses a legacy native module. |
Description
In this pull request, I have added support for the new arch in detox