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
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/ViewTransitionSnapshotManager.kt
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -106,9 +106,13 @@ internal class ViewTransitionSnapshotManager(
106
106
val location =IntArray(2)
107
107
view.getLocationInWindow(location)
108
108
109
+
// Capture dimensions now — the view may be resized or removed by the time
0 commit comments