Skip to content

Commit e9b8f1c

Browse files
committed
Don't skip content in visible offscreen trees for Gesture View Transitions (facebook#35066)
Follow up to facebook#35063. I forgot there's another variant of this in the ApplyGesture path. DiffTrain build for [38bdda1](facebook@38bdda1)
1 parent 8118544 commit e9b8f1c

File tree

21 files changed

+72
-72
lines changed

21 files changed

+72
-72
lines changed

compiled-rn/VERSION_NATIVE_FB

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.3.0-native-fb-a44e750e-20251106
1+
19.3.0-native-fb-38bdda1c-20251106

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<8e61891358f7e0d60ddd466988e2b63b>>
10+
* @generated SignedSource<<9c373c14429bc2b2ace30f508cb89391>>
1111
*/
1212

1313
"use strict";
@@ -414,5 +414,5 @@ __DEV__ &&
414414
exports.useFormStatus = function () {
415415
return resolveDispatcher().useHostTransitionStatus();
416416
};
417-
exports.version = "19.3.0-native-fb-a44e750e-20251106";
417+
exports.version = "19.3.0-native-fb-38bdda1c-20251106";
418418
})();

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<0a25e0ffa641467931c94bed1ea89f75>>
10+
* @generated SignedSource<<b3d01a819f0aeefa027f1b9546adae75>>
1111
*/
1212

1313
"use strict";
@@ -209,4 +209,4 @@ exports.useFormState = function (action, initialState, permalink) {
209209
exports.useFormStatus = function () {
210210
return ReactSharedInternals.H.useHostTransitionStatus();
211211
};
212-
exports.version = "19.3.0-native-fb-a44e750e-20251106";
212+
exports.version = "19.3.0-native-fb-38bdda1c-20251106";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<0a25e0ffa641467931c94bed1ea89f75>>
10+
* @generated SignedSource<<b3d01a819f0aeefa027f1b9546adae75>>
1111
*/
1212

1313
"use strict";
@@ -209,4 +209,4 @@ exports.useFormState = function (action, initialState, permalink) {
209209
exports.useFormStatus = function () {
210210
return ReactSharedInternals.H.useHostTransitionStatus();
211211
};
212-
exports.version = "19.3.0-native-fb-a44e750e-20251106";
212+
exports.version = "19.3.0-native-fb-38bdda1c-20251106";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<8aa06b094e7a8f19114dae44882c2ce7>>
10+
* @generated SignedSource<<9bfd8b7a7b736366a1dd73037162bc2d>>
1111
*/
1212

1313
/*
@@ -29860,11 +29860,11 @@ __DEV__ &&
2986029860
};
2986129861
(function () {
2986229862
var isomorphicReactPackageVersion = React.version;
29863-
if ("19.3.0-native-fb-a44e750e-20251106" !== isomorphicReactPackageVersion)
29863+
if ("19.3.0-native-fb-38bdda1c-20251106" !== isomorphicReactPackageVersion)
2986429864
throw Error(
2986529865
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2986629866
(isomorphicReactPackageVersion +
29867-
"\n - react-dom: 19.3.0-native-fb-a44e750e-20251106\nLearn more: https://react.dev/warnings/version-mismatch")
29867+
"\n - react-dom: 19.3.0-native-fb-38bdda1c-20251106\nLearn more: https://react.dev/warnings/version-mismatch")
2986829868
);
2986929869
})();
2987029870
("function" === typeof Map &&
@@ -29901,10 +29901,10 @@ __DEV__ &&
2990129901
!(function () {
2990229902
var internals = {
2990329903
bundleType: 1,
29904-
version: "19.3.0-native-fb-a44e750e-20251106",
29904+
version: "19.3.0-native-fb-38bdda1c-20251106",
2990529905
rendererPackageName: "react-dom",
2990629906
currentDispatcherRef: ReactSharedInternals,
29907-
reconcilerVersion: "19.3.0-native-fb-a44e750e-20251106"
29907+
reconcilerVersion: "19.3.0-native-fb-38bdda1c-20251106"
2990829908
};
2990929909
internals.overrideHookState = overrideHookState;
2991029910
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30054,5 +30054,5 @@ __DEV__ &&
3005430054
listenToAllSupportedEvents(container);
3005530055
return new ReactDOMHydrationRoot(initialChildren);
3005630056
};
30057-
exports.version = "19.3.0-native-fb-a44e750e-20251106";
30057+
exports.version = "19.3.0-native-fb-38bdda1c-20251106";
3005830058
})();

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<91c4270acbc3574c9ad2fa8c35cbfede>>
10+
* @generated SignedSource<<76855c085a8c53c5a61398fce4c9d551>>
1111
*/
1212

1313
/*
@@ -17485,14 +17485,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1748517485
};
1748617486
var isomorphicReactPackageVersion$jscomp$inline_2037 = React.version;
1748717487
if (
17488-
"19.3.0-native-fb-a44e750e-20251106" !==
17488+
"19.3.0-native-fb-38bdda1c-20251106" !==
1748917489
isomorphicReactPackageVersion$jscomp$inline_2037
1749017490
)
1749117491
throw Error(
1749217492
formatProdErrorMessage(
1749317493
527,
1749417494
isomorphicReactPackageVersion$jscomp$inline_2037,
17495-
"19.3.0-native-fb-a44e750e-20251106"
17495+
"19.3.0-native-fb-38bdda1c-20251106"
1749617496
)
1749717497
);
1749817498
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17514,10 +17514,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1751417514
};
1751517515
var internals$jscomp$inline_2642 = {
1751617516
bundleType: 0,
17517-
version: "19.3.0-native-fb-a44e750e-20251106",
17517+
version: "19.3.0-native-fb-38bdda1c-20251106",
1751817518
rendererPackageName: "react-dom",
1751917519
currentDispatcherRef: ReactSharedInternals,
17520-
reconcilerVersion: "19.3.0-native-fb-a44e750e-20251106"
17520+
reconcilerVersion: "19.3.0-native-fb-38bdda1c-20251106"
1752117521
};
1752217522
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1752317523
var hook$jscomp$inline_2643 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17624,4 +17624,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1762417624
listenToAllSupportedEvents(container);
1762517625
return new ReactDOMHydrationRoot(initialChildren);
1762617626
};
17627-
exports.version = "19.3.0-native-fb-a44e750e-20251106";
17627+
exports.version = "19.3.0-native-fb-38bdda1c-20251106";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<86d767ca9e47a38cad4c471445d40f5e>>
10+
* @generated SignedSource<<cd64d702fa7096529a6a683819c923b2>>
1111
*/
1212

1313
/*
@@ -19589,14 +19589,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1958919589
};
1959019590
var isomorphicReactPackageVersion$jscomp$inline_2352 = React.version;
1959119591
if (
19592-
"19.3.0-native-fb-a44e750e-20251106" !==
19592+
"19.3.0-native-fb-38bdda1c-20251106" !==
1959319593
isomorphicReactPackageVersion$jscomp$inline_2352
1959419594
)
1959519595
throw Error(
1959619596
formatProdErrorMessage(
1959719597
527,
1959819598
isomorphicReactPackageVersion$jscomp$inline_2352,
19599-
"19.3.0-native-fb-a44e750e-20251106"
19599+
"19.3.0-native-fb-38bdda1c-20251106"
1960019600
)
1960119601
);
1960219602
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19618,10 +19618,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1961819618
};
1961919619
var internals$jscomp$inline_2359 = {
1962019620
bundleType: 0,
19621-
version: "19.3.0-native-fb-a44e750e-20251106",
19621+
version: "19.3.0-native-fb-38bdda1c-20251106",
1962219622
rendererPackageName: "react-dom",
1962319623
currentDispatcherRef: ReactSharedInternals,
19624-
reconcilerVersion: "19.3.0-native-fb-a44e750e-20251106",
19624+
reconcilerVersion: "19.3.0-native-fb-38bdda1c-20251106",
1962519625
getLaneLabelMap: function () {
1962619626
for (
1962719627
var map = new Map(), lane = 1, index$326 = 0;
@@ -19744,4 +19744,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1974419744
listenToAllSupportedEvents(container);
1974519745
return new ReactDOMHydrationRoot(initialChildren);
1974619746
};
19747-
exports.version = "19.3.0-native-fb-a44e750e-20251106";
19747+
exports.version = "19.3.0-native-fb-38bdda1c-20251106";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<02fb99e49aa36e1d8507a79be0bc4e74>>
10+
* @generated SignedSource<<e3b57c551ca4b6acc34ca069c6bb2dc1>>
1111
*/
1212

1313
/*
@@ -29916,11 +29916,11 @@ __DEV__ &&
2991629916
};
2991729917
(function () {
2991829918
var isomorphicReactPackageVersion = React.version;
29919-
if ("19.3.0-native-fb-a44e750e-20251106" !== isomorphicReactPackageVersion)
29919+
if ("19.3.0-native-fb-38bdda1c-20251106" !== isomorphicReactPackageVersion)
2992029920
throw Error(
2992129921
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2992229922
(isomorphicReactPackageVersion +
29923-
"\n - react-dom: 19.3.0-native-fb-a44e750e-20251106\nLearn more: https://react.dev/warnings/version-mismatch")
29923+
"\n - react-dom: 19.3.0-native-fb-38bdda1c-20251106\nLearn more: https://react.dev/warnings/version-mismatch")
2992429924
);
2992529925
})();
2992629926
("function" === typeof Map &&
@@ -29957,10 +29957,10 @@ __DEV__ &&
2995729957
!(function () {
2995829958
var internals = {
2995929959
bundleType: 1,
29960-
version: "19.3.0-native-fb-a44e750e-20251106",
29960+
version: "19.3.0-native-fb-38bdda1c-20251106",
2996129961
rendererPackageName: "react-dom",
2996229962
currentDispatcherRef: ReactSharedInternals,
29963-
reconcilerVersion: "19.3.0-native-fb-a44e750e-20251106"
29963+
reconcilerVersion: "19.3.0-native-fb-38bdda1c-20251106"
2996429964
};
2996529965
internals.overrideHookState = overrideHookState;
2996629966
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30440,7 +30440,7 @@ __DEV__ &&
3044030440
exports.useFormStatus = function () {
3044130441
return resolveDispatcher().useHostTransitionStatus();
3044230442
};
30443-
exports.version = "19.3.0-native-fb-a44e750e-20251106";
30443+
exports.version = "19.3.0-native-fb-38bdda1c-20251106";
3044430444
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3044530445
"function" ===
3044630446
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<8a9da18fd89edd8ce29b4b409a41eb56>>
10+
* @generated SignedSource<<23ce749a50eaaa3d394e2aa56cddadd3>>
1111
*/
1212

1313
/*
@@ -17496,14 +17496,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1749617496
};
1749717497
var isomorphicReactPackageVersion$jscomp$inline_2038 = React.version;
1749817498
if (
17499-
"19.3.0-native-fb-a44e750e-20251106" !==
17499+
"19.3.0-native-fb-38bdda1c-20251106" !==
1750017500
isomorphicReactPackageVersion$jscomp$inline_2038
1750117501
)
1750217502
throw Error(
1750317503
formatProdErrorMessage(
1750417504
527,
1750517505
isomorphicReactPackageVersion$jscomp$inline_2038,
17506-
"19.3.0-native-fb-a44e750e-20251106"
17506+
"19.3.0-native-fb-38bdda1c-20251106"
1750717507
)
1750817508
);
1750917509
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17525,10 +17525,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1752517525
};
1752617526
var internals$jscomp$inline_2645 = {
1752717527
bundleType: 0,
17528-
version: "19.3.0-native-fb-a44e750e-20251106",
17528+
version: "19.3.0-native-fb-38bdda1c-20251106",
1752917529
rendererPackageName: "react-dom",
1753017530
currentDispatcherRef: ReactSharedInternals,
17531-
reconcilerVersion: "19.3.0-native-fb-a44e750e-20251106"
17531+
reconcilerVersion: "19.3.0-native-fb-38bdda1c-20251106"
1753217532
};
1753317533
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1753417534
var hook$jscomp$inline_2646 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17795,4 +17795,4 @@ exports.useFormState = function (action, initialState, permalink) {
1779517795
exports.useFormStatus = function () {
1779617796
return ReactSharedInternals.H.useHostTransitionStatus();
1779717797
};
17798-
exports.version = "19.3.0-native-fb-a44e750e-20251106";
17798+
exports.version = "19.3.0-native-fb-38bdda1c-20251106";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<9bfcb93a147a096e1d86dc697a6ac87c>>
10+
* @generated SignedSource<<971665f046c6300bc04aff48626673fa>>
1111
*/
1212

1313
/*
@@ -19604,14 +19604,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1960419604
};
1960519605
var isomorphicReactPackageVersion$jscomp$inline_2353 = React.version;
1960619606
if (
19607-
"19.3.0-native-fb-a44e750e-20251106" !==
19607+
"19.3.0-native-fb-38bdda1c-20251106" !==
1960819608
isomorphicReactPackageVersion$jscomp$inline_2353
1960919609
)
1961019610
throw Error(
1961119611
formatProdErrorMessage(
1961219612
527,
1961319613
isomorphicReactPackageVersion$jscomp$inline_2353,
19614-
"19.3.0-native-fb-a44e750e-20251106"
19614+
"19.3.0-native-fb-38bdda1c-20251106"
1961519615
)
1961619616
);
1961719617
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19633,10 +19633,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1963319633
};
1963419634
var internals$jscomp$inline_2360 = {
1963519635
bundleType: 0,
19636-
version: "19.3.0-native-fb-a44e750e-20251106",
19636+
version: "19.3.0-native-fb-38bdda1c-20251106",
1963719637
rendererPackageName: "react-dom",
1963819638
currentDispatcherRef: ReactSharedInternals,
19639-
reconcilerVersion: "19.3.0-native-fb-a44e750e-20251106",
19639+
reconcilerVersion: "19.3.0-native-fb-38bdda1c-20251106",
1964019640
getLaneLabelMap: function () {
1964119641
for (
1964219642
var map = new Map(), lane = 1, index$326 = 0;
@@ -19919,7 +19919,7 @@ exports.useFormState = function (action, initialState, permalink) {
1991919919
exports.useFormStatus = function () {
1992019920
return ReactSharedInternals.H.useHostTransitionStatus();
1992119921
};
19922-
exports.version = "19.3.0-native-fb-a44e750e-20251106";
19922+
exports.version = "19.3.0-native-fb-38bdda1c-20251106";
1992319923
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1992419924
"function" ===
1992519925
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)