You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabling the newArchEnabled flag in React Native (newArchEnabled=true), shared element transitions seem to stop working. This issue occurs with the following dependencies:
Does it cause build issues or what exactly are you seeing?
It does not cause build issues, it just doesn't animate the elements with the new newArchEnabled
It navigates from screen A to B with success w/o any animation.
When enabling the newArchEnabled flag in React Native (newArchEnabled=true), shared element transitions seem to stop working. This issue occurs with the following dependencies:
Steps to Reproduce:
Set
newArchEnabled=true
in yourandroid/gradle.properties
.Implement shared element transitions using the mentioned documentation.
Expected Behavior:
Shared element transitions should work as expected, even when newArchEnabled is set to true.
The text was updated successfully, but these errors were encountered: