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
Build: use content hash for facebook-react-native build (#27577)
Similar to #26734, this switches the RN builds for Meta to a content
hash instead of git commit number to make the builds reproducible and
avoid creating sync commits if the bundled content didn't change.
DiffTrain build for commit 51ffd35.
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24887,7 +24887,7 @@ function createFiberRoot(
24887
24887
return root;
24888
24888
}
24889
24889
24890
-
var ReactVersion = "18.3.0-canary-960ed6ea4-20231024";
24890
+
var ReactVersion = "18.3.0-canary-51ffd3564-20231025";
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9025,7 +9025,7 @@ var devToolsConfig$jscomp$inline_1032 = {
9025
9025
throwError("TestRenderer does not support findFiberByHostInstance()");
9026
9026
},
9027
9027
bundleType: 0,
9028
-
version: "18.3.0-canary-960ed6ea4-20231024",
9028
+
version: "18.3.0-canary-51ffd3564-20231025",
9029
9029
rendererPackageName: "react-test-renderer"
9030
9030
};
9031
9031
varinternals$jscomp$inline_1225={
@@ -9056,7 +9056,7 @@ var internals$jscomp$inline_1225 = {
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9451,7 +9451,7 @@ var devToolsConfig$jscomp$inline_1074 = {
9451
9451
throwError("TestRenderer does not support findFiberByHostInstance()");
9452
9452
},
9453
9453
bundleType: 0,
9454
-
version: "18.3.0-canary-960ed6ea4-20231024",
9454
+
version: "18.3.0-canary-51ffd3564-20231025",
9455
9455
rendererPackageName: "react-test-renderer"
9456
9456
};
9457
9457
varinternals$jscomp$inline_1266={
@@ -9482,7 +9482,7 @@ var internals$jscomp$inline_1266 = {
0 commit comments