diff --git a/compiled-rn/VERSION_NATIVE_FB b/compiled-rn/VERSION_NATIVE_FB index a7981647dc..172893f61e 100644 --- a/compiled-rn/VERSION_NATIVE_FB +++ b/compiled-rn/VERSION_NATIVE_FB @@ -1 +1 @@ -19.2.0-native-fb-cf884083-20250930 \ No newline at end of file +19.2.0-native-fb-7bccdbd7-20251001 \ No newline at end of file diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js index d0d704a872..e95856308b 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<893607a90e342431914ef153bcf1ee8f>> + * @generated SignedSource<<1b527d6f5c2b1029599a174f329bc5bb>> */ "use strict"; @@ -404,5 +404,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.2.0-native-fb-cf884083-20250930"; + exports.version = "19.2.0-native-fb-7bccdbd7-20251001"; })(); diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js index 9f0c736094..b11c207cfa 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<791d367971611913b7518e54b6ad53cb>> */ "use strict"; @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-native-fb-cf884083-20250930"; +exports.version = "19.2.0-native-fb-7bccdbd7-20251001"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js index 9f0c736094..b11c207cfa 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<791d367971611913b7518e54b6ad53cb>> */ "use strict"; @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-native-fb-cf884083-20250930"; +exports.version = "19.2.0-native-fb-7bccdbd7-20251001"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js index 30912f6a0a..331fcadc3a 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<5b050f205cb430c9a6f76820792a6067>> + * @generated SignedSource<> */ /* @@ -5930,8 +5930,8 @@ __DEV__ && (blockingUpdateType = SPAWNED_UPDATE)), (lane = resolveEventTimeStamp()), (method = resolveEventType()), - lane !== blockingEventTime || method !== blockingEventType - ? (blockingEventIsRepeat = !1) + lane !== blockingEventRepeatTime || method !== blockingEventType + ? (blockingEventRepeatTime = -1.1) : null !== method && (blockingUpdateType = SPAWNED_UPDATE), (blockingEventTime = lane), (blockingEventType = method)); @@ -5947,8 +5947,11 @@ __DEV__ && ) { lane = resolveEventTimeStamp(); method = resolveEventType(); - if (lane !== transitionEventTime || method !== transitionEventType) - transitionEventIsRepeat = !1; + if ( + lane !== transitionEventRepeatTime || + method !== transitionEventType + ) + transitionEventRepeatTime = -1.1; transitionEventTime = lane; transitionEventType = method; } @@ -5963,9 +5966,9 @@ __DEV__ && (blockingUpdateType = SPAWNED_UPDATE); var newEventTime = resolveEventTimeStamp(), newEventType = resolveEventType(); - newEventTime !== blockingEventTime || + newEventTime !== blockingEventRepeatTime || newEventType !== blockingEventType - ? (blockingEventIsRepeat = !1) + ? (blockingEventRepeatTime = -1.1) : null !== newEventType && (blockingUpdateType = SPAWNED_UPDATE); blockingEventTime = newEventTime; blockingEventType = newEventType; @@ -5980,10 +5983,10 @@ __DEV__ && fiber = resolveEventTimeStamp(); newEventTime = resolveEventType(); if ( - fiber !== transitionEventTime || + fiber !== transitionEventRepeatTime || newEventTime !== transitionEventType ) - transitionEventIsRepeat = !1; + transitionEventRepeatTime = -1.1; transitionEventTime = fiber; transitionEventType = newEventTime; } @@ -18077,7 +18080,7 @@ __DEV__ && previousRenderStartTime = debugTask; var eventTime = endTime, eventType = blockingEventType, - eventIsRepeat = blockingEventIsRepeat, + eventIsRepeat = 0 < blockingEventRepeatTime, isSpawnedUpdate = blockingUpdateType === SPAWNED_UPDATE, isPingedUpdate = blockingUpdateType === PINGED_UPDATE; debugTask = renderStartTime; @@ -18164,7 +18167,8 @@ __DEV__ && blockingUpdateType = 0; blockingUpdateComponentName = blockingUpdateMethodName = null; blockingSuspendedTime = -1.1; - blockingEventIsRepeat = !0; + blockingEventRepeatTime = blockingEventTime; + blockingEventTime = -1.1; blockingClampTime = now(); } 0 !== (lanes & 4194048) && @@ -18203,7 +18207,7 @@ __DEV__ && logAnimatingPhase(transitionClampTime, color, animatingTask)), (isPingedUpdate = endTime), (eventTime = transitionEventType), - (eventType = transitionEventIsRepeat), + (eventType = 0 < transitionEventRepeatTime), (eventIsRepeat = transitionUpdateType === PINGED_UPDATE), (color = renderStartTime), (endTime = transitionUpdateTask), @@ -18300,7 +18304,8 @@ __DEV__ && (transitionUpdateTime = transitionStartTime = -1.1), (transitionUpdateType = 0), (transitionSuspendedTime = -1.1), - (transitionEventIsRepeat = !0), + (transitionEventRepeatTime = transitionEventTime), + (transitionEventTime = -1.1), (transitionClampTime = now())); 0 !== (lanes & 62914560) && 0 !== (animatingLanes & 62914560) && @@ -27425,7 +27430,7 @@ __DEV__ && blockingUpdateComponentName = null, blockingEventTime = -1.1, blockingEventType = null, - blockingEventIsRepeat = !1, + blockingEventRepeatTime = -1.1, blockingSuspendedTime = -1.1, transitionClampTime = -0, transitionStartTime = -1.1, @@ -27436,7 +27441,7 @@ __DEV__ && transitionUpdateComponentName = null, transitionEventTime = -1.1, transitionEventType = null, - transitionEventIsRepeat = !1, + transitionEventRepeatTime = -1.1, transitionSuspendedTime = -1.1, retryClampTime = -0, idleClampTime = -0, @@ -27471,10 +27476,10 @@ __DEV__ && var newEventTime = resolveEventTimeStamp(), newEventType = resolveEventType(); if ( - newEventTime !== transitionEventTime || + newEventTime !== transitionEventRepeatTime || newEventType !== transitionEventType ) - transitionEventIsRepeat = !1; + transitionEventRepeatTime = -1.1; transitionEventTime = newEventTime; transitionEventType = newEventType; } @@ -30042,11 +30047,11 @@ __DEV__ && }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.2.0-native-fb-cf884083-20250930" !== isomorphicReactPackageVersion) + if ("19.2.0-native-fb-7bccdbd7-20251001" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.2.0-native-fb-cf884083-20250930\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.2.0-native-fb-7bccdbd7-20251001\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -30083,10 +30088,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.2.0-native-fb-cf884083-20250930", + version: "19.2.0-native-fb-7bccdbd7-20251001", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-cf884083-20250930" + reconcilerVersion: "19.2.0-native-fb-7bccdbd7-20251001" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -30236,5 +30241,5 @@ __DEV__ && listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; - exports.version = "19.2.0-native-fb-cf884083-20250930"; + exports.version = "19.2.0-native-fb-7bccdbd7-20251001"; })(); diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js index ff8e32d626..4fd70ed774 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<68c7d2a0ff1d03e30462b2d362978e42>> + * @generated SignedSource<<66c74017cfff9f039d77f7eff1488177>> */ /* @@ -17577,14 +17577,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_2059 = React.version; if ( - "19.2.0-native-fb-cf884083-20250930" !== + "19.2.0-native-fb-7bccdbd7-20251001" !== isomorphicReactPackageVersion$jscomp$inline_2059 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2059, - "19.2.0-native-fb-cf884083-20250930" + "19.2.0-native-fb-7bccdbd7-20251001" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -17606,10 +17606,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_2636 = { bundleType: 0, - version: "19.2.0-native-fb-cf884083-20250930", + version: "19.2.0-native-fb-7bccdbd7-20251001", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-cf884083-20250930" + reconcilerVersion: "19.2.0-native-fb-7bccdbd7-20251001" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2637 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17716,4 +17716,4 @@ exports.hydrateRoot = function (container, initialChildren, options) { listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; -exports.version = "19.2.0-native-fb-cf884083-20250930"; +exports.version = "19.2.0-native-fb-7bccdbd7-20251001"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js index 354fe973f6..c3185d0af1 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ /* @@ -3611,7 +3611,7 @@ var now = Scheduler.unstable_now, blockingUpdateType = 0, blockingEventTime = -1.1, blockingEventType = null, - blockingEventIsRepeat = !1, + blockingEventRepeatTime = -1.1, blockingSuspendedTime = -1.1, transitionClampTime = -0, transitionStartTime = -1.1, @@ -3619,7 +3619,7 @@ var now = Scheduler.unstable_now, transitionUpdateType = 0, transitionEventTime = -1.1, transitionEventType = null, - transitionEventIsRepeat = !1, + transitionEventRepeatTime = -1.1, transitionSuspendedTime = -1.1, yieldReason = 0, yieldStartTime = -1.1; @@ -3632,8 +3632,9 @@ function startUpdateTimerByLane(lane) { ((componentEffectSpawnedUpdate = !0), (blockingUpdateType = 1)); lane = resolveEventTimeStamp(); var newEventType$34 = resolveEventType(); - lane !== blockingEventTime || newEventType$34 !== blockingEventType - ? (blockingEventIsRepeat = !1) + lane !== blockingEventRepeatTime || + newEventType$34 !== blockingEventType + ? (blockingEventRepeatTime = -1.1) : null !== newEventType$34 && (blockingUpdateType = 1); blockingEventTime = lane; blockingEventType = newEventType$34; @@ -3646,10 +3647,10 @@ function startUpdateTimerByLane(lane) { lane = resolveEventTimeStamp(); newEventType$34 = resolveEventType(); if ( - lane !== transitionEventTime || + lane !== transitionEventRepeatTime || newEventType$34 !== transitionEventType ) - transitionEventIsRepeat = !1; + transitionEventRepeatTime = -1.1; transitionEventTime = lane; transitionEventType = newEventType$34; } @@ -3661,8 +3662,9 @@ function startHostActionTimer() { 0 !== (executionContext & 6) && (blockingUpdateType = 1); var newEventTime = resolveEventTimeStamp(), newEventType = resolveEventType(); - newEventTime !== blockingEventTime || newEventType !== blockingEventType - ? (blockingEventIsRepeat = !1) + newEventTime !== blockingEventRepeatTime || + newEventType !== blockingEventType + ? (blockingEventRepeatTime = -1.1) : null !== newEventType && (blockingUpdateType = 1); blockingEventTime = newEventTime; blockingEventType = newEventType; @@ -3674,10 +3676,10 @@ function startHostActionTimer() { newEventTime = resolveEventTimeStamp(); newEventType = resolveEventType(); if ( - newEventTime !== transitionEventTime || + newEventTime !== transitionEventRepeatTime || newEventType !== transitionEventType ) - transitionEventIsRepeat = !1; + transitionEventRepeatTime = -1.1; transitionEventTime = newEventTime; transitionEventType = newEventType; } @@ -3878,10 +3880,10 @@ ReactSharedInternals.S = function (transition, returnValue) { var newEventTime = resolveEventTimeStamp(), newEventType = resolveEventType(); if ( - newEventTime !== transitionEventTime || + newEventTime !== transitionEventRepeatTime || newEventType !== transitionEventType ) - transitionEventIsRepeat = !1; + transitionEventRepeatTime = -1.1; transitionEventTime = newEventTime; transitionEventType = newEventType; } @@ -13544,7 +13546,7 @@ function prepareFreshStack(root, lanes) { lanes )); clampedRenderStartTime$217 = blockingEventType; - var eventIsRepeat = blockingEventIsRepeat, + var eventIsRepeat = 0 < blockingEventRepeatTime, isSpawnedUpdate = 1 === blockingUpdateType, isPingedUpdate = 2 === blockingUpdateType, renderStartTime$jscomp$0 = renderStartTime; @@ -13592,7 +13594,8 @@ function prepareFreshStack(root, lanes) { blockingUpdateTime = -1.1; blockingUpdateType = 0; blockingSuspendedTime = -1.1; - blockingEventIsRepeat = !0; + blockingEventRepeatTime = blockingEventTime; + blockingEventTime = -1.1; blockingClampTime = now(); } 0 !== (lanes & 4194048) && @@ -13622,7 +13625,7 @@ function prepareFreshStack(root, lanes) { lanes )), (eventIsRepeat = transitionEventType), - (isSpawnedUpdate = transitionEventIsRepeat), + (isSpawnedUpdate = 0 < transitionEventRepeatTime), (isPingedUpdate = 2 === transitionUpdateType), (renderStartTime$jscomp$0 = renderStartTime), supportsUserTiming && @@ -13674,7 +13677,8 @@ function prepareFreshStack(root, lanes) { (transitionUpdateTime = transitionStartTime = -1.1), (transitionUpdateType = 0), (transitionSuspendedTime = -1.1), - (transitionEventIsRepeat = !0), + (transitionEventRepeatTime = transitionEventTime), + (transitionEventTime = -1.1), (transitionClampTime = now())); } previousRenderStartTime = root.timeoutHandle; @@ -19697,14 +19701,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_2374 = React.version; if ( - "19.2.0-native-fb-cf884083-20250930" !== + "19.2.0-native-fb-7bccdbd7-20251001" !== isomorphicReactPackageVersion$jscomp$inline_2374 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2374, - "19.2.0-native-fb-cf884083-20250930" + "19.2.0-native-fb-7bccdbd7-20251001" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -19726,10 +19730,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_2381 = { bundleType: 0, - version: "19.2.0-native-fb-cf884083-20250930", + version: "19.2.0-native-fb-7bccdbd7-20251001", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-cf884083-20250930", + reconcilerVersion: "19.2.0-native-fb-7bccdbd7-20251001", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$331 = 0; @@ -19852,4 +19856,4 @@ exports.hydrateRoot = function (container, initialChildren, options) { listenToAllSupportedEvents(container); return new ReactDOMHydrationRoot(initialChildren); }; -exports.version = "19.2.0-native-fb-cf884083-20250930"; +exports.version = "19.2.0-native-fb-7bccdbd7-20251001"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js index fc19c87e7a..7fe4048515 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<5851ea2b59b41e4bece6721dd77fcfd5>> + * @generated SignedSource<<29f3affb828e23941e76329ad5b01c96>> */ /* @@ -5938,8 +5938,8 @@ __DEV__ && (blockingUpdateType = SPAWNED_UPDATE)), (lane = resolveEventTimeStamp()), (method = resolveEventType()), - lane !== blockingEventTime || method !== blockingEventType - ? (blockingEventIsRepeat = !1) + lane !== blockingEventRepeatTime || method !== blockingEventType + ? (blockingEventRepeatTime = -1.1) : null !== method && (blockingUpdateType = SPAWNED_UPDATE), (blockingEventTime = lane), (blockingEventType = method)); @@ -5955,8 +5955,11 @@ __DEV__ && ) { lane = resolveEventTimeStamp(); method = resolveEventType(); - if (lane !== transitionEventTime || method !== transitionEventType) - transitionEventIsRepeat = !1; + if ( + lane !== transitionEventRepeatTime || + method !== transitionEventType + ) + transitionEventRepeatTime = -1.1; transitionEventTime = lane; transitionEventType = method; } @@ -5971,9 +5974,9 @@ __DEV__ && (blockingUpdateType = SPAWNED_UPDATE); var newEventTime = resolveEventTimeStamp(), newEventType = resolveEventType(); - newEventTime !== blockingEventTime || + newEventTime !== blockingEventRepeatTime || newEventType !== blockingEventType - ? (blockingEventIsRepeat = !1) + ? (blockingEventRepeatTime = -1.1) : null !== newEventType && (blockingUpdateType = SPAWNED_UPDATE); blockingEventTime = newEventTime; blockingEventType = newEventType; @@ -5988,10 +5991,10 @@ __DEV__ && fiber = resolveEventTimeStamp(); newEventTime = resolveEventType(); if ( - fiber !== transitionEventTime || + fiber !== transitionEventRepeatTime || newEventTime !== transitionEventType ) - transitionEventIsRepeat = !1; + transitionEventRepeatTime = -1.1; transitionEventTime = fiber; transitionEventType = newEventTime; } @@ -18085,7 +18088,7 @@ __DEV__ && previousRenderStartTime = debugTask; var eventTime = endTime, eventType = blockingEventType, - eventIsRepeat = blockingEventIsRepeat, + eventIsRepeat = 0 < blockingEventRepeatTime, isSpawnedUpdate = blockingUpdateType === SPAWNED_UPDATE, isPingedUpdate = blockingUpdateType === PINGED_UPDATE; debugTask = renderStartTime; @@ -18172,7 +18175,8 @@ __DEV__ && blockingUpdateType = 0; blockingUpdateComponentName = blockingUpdateMethodName = null; blockingSuspendedTime = -1.1; - blockingEventIsRepeat = !0; + blockingEventRepeatTime = blockingEventTime; + blockingEventTime = -1.1; blockingClampTime = now(); } 0 !== (lanes & 4194048) && @@ -18211,7 +18215,7 @@ __DEV__ && logAnimatingPhase(transitionClampTime, color, animatingTask)), (isPingedUpdate = endTime), (eventTime = transitionEventType), - (eventType = transitionEventIsRepeat), + (eventType = 0 < transitionEventRepeatTime), (eventIsRepeat = transitionUpdateType === PINGED_UPDATE), (color = renderStartTime), (endTime = transitionUpdateTask), @@ -18308,7 +18312,8 @@ __DEV__ && (transitionUpdateTime = transitionStartTime = -1.1), (transitionUpdateType = 0), (transitionSuspendedTime = -1.1), - (transitionEventIsRepeat = !0), + (transitionEventRepeatTime = transitionEventTime), + (transitionEventTime = -1.1), (transitionClampTime = now())); 0 !== (lanes & 62914560) && 0 !== (animatingLanes & 62914560) && @@ -27481,7 +27486,7 @@ __DEV__ && blockingUpdateComponentName = null, blockingEventTime = -1.1, blockingEventType = null, - blockingEventIsRepeat = !1, + blockingEventRepeatTime = -1.1, blockingSuspendedTime = -1.1, transitionClampTime = -0, transitionStartTime = -1.1, @@ -27492,7 +27497,7 @@ __DEV__ && transitionUpdateComponentName = null, transitionEventTime = -1.1, transitionEventType = null, - transitionEventIsRepeat = !1, + transitionEventRepeatTime = -1.1, transitionSuspendedTime = -1.1, retryClampTime = -0, idleClampTime = -0, @@ -27527,10 +27532,10 @@ __DEV__ && var newEventTime = resolveEventTimeStamp(), newEventType = resolveEventType(); if ( - newEventTime !== transitionEventTime || + newEventTime !== transitionEventRepeatTime || newEventType !== transitionEventType ) - transitionEventIsRepeat = !1; + transitionEventRepeatTime = -1.1; transitionEventTime = newEventTime; transitionEventType = newEventType; } @@ -30098,11 +30103,11 @@ __DEV__ && }; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.2.0-native-fb-cf884083-20250930" !== isomorphicReactPackageVersion) + if ("19.2.0-native-fb-7bccdbd7-20251001" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.2.0-native-fb-cf884083-20250930\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.2.0-native-fb-7bccdbd7-20251001\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -30139,10 +30144,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.2.0-native-fb-cf884083-20250930", + version: "19.2.0-native-fb-7bccdbd7-20251001", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-cf884083-20250930" + reconcilerVersion: "19.2.0-native-fb-7bccdbd7-20251001" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -30608,7 +30613,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.2.0-native-fb-cf884083-20250930"; + exports.version = "19.2.0-native-fb-7bccdbd7-20251001"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js index 6f071490c8..68855c32d1 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<91670af69ea915e97c8bdb35197d5ead>> + * @generated SignedSource<<6dab31bf9cebb9b65734cadf157b892c>> */ /* @@ -17588,14 +17588,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_2060 = React.version; if ( - "19.2.0-native-fb-cf884083-20250930" !== + "19.2.0-native-fb-7bccdbd7-20251001" !== isomorphicReactPackageVersion$jscomp$inline_2060 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2060, - "19.2.0-native-fb-cf884083-20250930" + "19.2.0-native-fb-7bccdbd7-20251001" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -17617,10 +17617,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_2639 = { bundleType: 0, - version: "19.2.0-native-fb-cf884083-20250930", + version: "19.2.0-native-fb-7bccdbd7-20251001", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-cf884083-20250930" + reconcilerVersion: "19.2.0-native-fb-7bccdbd7-20251001" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2640 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17880,4 +17880,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-native-fb-cf884083-20250930"; +exports.version = "19.2.0-native-fb-7bccdbd7-20251001"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js index 0c1325f063..5adba7aab1 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ /* @@ -3615,7 +3615,7 @@ var now = Scheduler.unstable_now, blockingUpdateType = 0, blockingEventTime = -1.1, blockingEventType = null, - blockingEventIsRepeat = !1, + blockingEventRepeatTime = -1.1, blockingSuspendedTime = -1.1, transitionClampTime = -0, transitionStartTime = -1.1, @@ -3623,7 +3623,7 @@ var now = Scheduler.unstable_now, transitionUpdateType = 0, transitionEventTime = -1.1, transitionEventType = null, - transitionEventIsRepeat = !1, + transitionEventRepeatTime = -1.1, transitionSuspendedTime = -1.1, yieldReason = 0, yieldStartTime = -1.1; @@ -3636,8 +3636,9 @@ function startUpdateTimerByLane(lane) { ((componentEffectSpawnedUpdate = !0), (blockingUpdateType = 1)); lane = resolveEventTimeStamp(); var newEventType$34 = resolveEventType(); - lane !== blockingEventTime || newEventType$34 !== blockingEventType - ? (blockingEventIsRepeat = !1) + lane !== blockingEventRepeatTime || + newEventType$34 !== blockingEventType + ? (blockingEventRepeatTime = -1.1) : null !== newEventType$34 && (blockingUpdateType = 1); blockingEventTime = lane; blockingEventType = newEventType$34; @@ -3650,10 +3651,10 @@ function startUpdateTimerByLane(lane) { lane = resolveEventTimeStamp(); newEventType$34 = resolveEventType(); if ( - lane !== transitionEventTime || + lane !== transitionEventRepeatTime || newEventType$34 !== transitionEventType ) - transitionEventIsRepeat = !1; + transitionEventRepeatTime = -1.1; transitionEventTime = lane; transitionEventType = newEventType$34; } @@ -3665,8 +3666,9 @@ function startHostActionTimer() { 0 !== (executionContext & 6) && (blockingUpdateType = 1); var newEventTime = resolveEventTimeStamp(), newEventType = resolveEventType(); - newEventTime !== blockingEventTime || newEventType !== blockingEventType - ? (blockingEventIsRepeat = !1) + newEventTime !== blockingEventRepeatTime || + newEventType !== blockingEventType + ? (blockingEventRepeatTime = -1.1) : null !== newEventType && (blockingUpdateType = 1); blockingEventTime = newEventTime; blockingEventType = newEventType; @@ -3678,10 +3680,10 @@ function startHostActionTimer() { newEventTime = resolveEventTimeStamp(); newEventType = resolveEventType(); if ( - newEventTime !== transitionEventTime || + newEventTime !== transitionEventRepeatTime || newEventType !== transitionEventType ) - transitionEventIsRepeat = !1; + transitionEventRepeatTime = -1.1; transitionEventTime = newEventTime; transitionEventType = newEventType; } @@ -3882,10 +3884,10 @@ ReactSharedInternals.S = function (transition, returnValue) { var newEventTime = resolveEventTimeStamp(), newEventType = resolveEventType(); if ( - newEventTime !== transitionEventTime || + newEventTime !== transitionEventRepeatTime || newEventType !== transitionEventType ) - transitionEventIsRepeat = !1; + transitionEventRepeatTime = -1.1; transitionEventTime = newEventTime; transitionEventType = newEventType; } @@ -13548,7 +13550,7 @@ function prepareFreshStack(root, lanes) { lanes )); clampedRenderStartTime$217 = blockingEventType; - var eventIsRepeat = blockingEventIsRepeat, + var eventIsRepeat = 0 < blockingEventRepeatTime, isSpawnedUpdate = 1 === blockingUpdateType, isPingedUpdate = 2 === blockingUpdateType, renderStartTime$jscomp$0 = renderStartTime; @@ -13596,7 +13598,8 @@ function prepareFreshStack(root, lanes) { blockingUpdateTime = -1.1; blockingUpdateType = 0; blockingSuspendedTime = -1.1; - blockingEventIsRepeat = !0; + blockingEventRepeatTime = blockingEventTime; + blockingEventTime = -1.1; blockingClampTime = now(); } 0 !== (lanes & 4194048) && @@ -13626,7 +13629,7 @@ function prepareFreshStack(root, lanes) { lanes )), (eventIsRepeat = transitionEventType), - (isSpawnedUpdate = transitionEventIsRepeat), + (isSpawnedUpdate = 0 < transitionEventRepeatTime), (isPingedUpdate = 2 === transitionUpdateType), (renderStartTime$jscomp$0 = renderStartTime), supportsUserTiming && @@ -13678,7 +13681,8 @@ function prepareFreshStack(root, lanes) { (transitionUpdateTime = transitionStartTime = -1.1), (transitionUpdateType = 0), (transitionSuspendedTime = -1.1), - (transitionEventIsRepeat = !0), + (transitionEventRepeatTime = transitionEventTime), + (transitionEventTime = -1.1), (transitionClampTime = now())); } previousRenderStartTime = root.timeoutHandle; @@ -19712,14 +19716,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) { }; var isomorphicReactPackageVersion$jscomp$inline_2375 = React.version; if ( - "19.2.0-native-fb-cf884083-20250930" !== + "19.2.0-native-fb-7bccdbd7-20251001" !== isomorphicReactPackageVersion$jscomp$inline_2375 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2375, - "19.2.0-native-fb-cf884083-20250930" + "19.2.0-native-fb-7bccdbd7-20251001" ) ); ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { @@ -19741,10 +19745,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) { }; var internals$jscomp$inline_2382 = { bundleType: 0, - version: "19.2.0-native-fb-cf884083-20250930", + version: "19.2.0-native-fb-7bccdbd7-20251001", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-cf884083-20250930", + reconcilerVersion: "19.2.0-native-fb-7bccdbd7-20251001", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$331 = 0; @@ -20020,7 +20024,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-native-fb-cf884083-20250930"; +exports.version = "19.2.0-native-fb-7bccdbd7-20251001"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js index 72b88dce7c..233c7e383f 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<0fae67257ef0991629ecd6c088d609e9>> + * @generated SignedSource<> */ "use strict"; @@ -16015,10 +16015,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-native-fb-cf884083-20250930", + version: "19.2.0-native-fb-7bccdbd7-20251001", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-cf884083-20250930" + reconcilerVersion: "19.2.0-native-fb-7bccdbd7-20251001" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -16164,5 +16164,5 @@ __DEV__ && flushSyncWorkAcrossRoots_impl(0, !0)); } }; - exports.version = "19.2.0-native-fb-cf884083-20250930"; + exports.version = "19.2.0-native-fb-7bccdbd7-20251001"; })(); diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js index 6d616b6b07..614aee83ef 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<27ed30136f22027094a29d48d5eacbc8>> + * @generated SignedSource<> */ "use strict"; @@ -10104,10 +10104,10 @@ function wrapFiber(fiber) { } var internals$jscomp$inline_1493 = { bundleType: 0, - version: "19.2.0-native-fb-cf884083-20250930", + version: "19.2.0-native-fb-7bccdbd7-20251001", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-cf884083-20250930" + reconcilerVersion: "19.2.0-native-fb-7bccdbd7-20251001" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1494 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -10243,4 +10243,4 @@ exports.unstable_batchedUpdates = function (fn, a) { flushSyncWorkAcrossRoots_impl(0, !0)); } }; -exports.version = "19.2.0-native-fb-cf884083-20250930"; +exports.version = "19.2.0-native-fb-7bccdbd7-20251001"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-profiling.js index a4baf283f5..9383554cde 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<9d789d468c42f498ace928904b69b313>> + * @generated SignedSource<<6fd22ffd940fe47473172c1e80c7786b>> */ "use strict"; @@ -10725,10 +10725,10 @@ function wrapFiber(fiber) { } var internals$jscomp$inline_1274 = { bundleType: 0, - version: "19.2.0-native-fb-cf884083-20250930", + version: "19.2.0-native-fb-7bccdbd7-20251001", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-cf884083-20250930", + reconcilerVersion: "19.2.0-native-fb-7bccdbd7-20251001", getLaneLabelMap: function () { for ( var map = new Map(), lane = 1, index$146 = 0; @@ -10879,4 +10879,4 @@ exports.unstable_batchedUpdates = function (fn, a) { flushSyncWorkAcrossRoots_impl(0, !0)); } }; -exports.version = "19.2.0-native-fb-cf884083-20250930"; +exports.version = "19.2.0-native-fb-7bccdbd7-20251001"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-dev.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-dev.js index b6edb16e0b..a24f462844 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-dev.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-dev.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<0897bf31c3475cf8f48f7a39c8c3f379>> + * @generated SignedSource<<2ae11290d830aa5ac5e3075ff07b98f9>> */ "use strict"; @@ -1400,7 +1400,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.2.0-native-fb-cf884083-20250930"; + exports.version = "19.2.0-native-fb-7bccdbd7-20251001"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-prod.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-prod.js index c0422d2be7..7fce2b5267 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-prod.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-prod.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ "use strict"; @@ -583,4 +583,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.2.0-native-fb-cf884083-20250930"; +exports.version = "19.2.0-native-fb-7bccdbd7-20251001"; diff --git a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-profiling.js b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-profiling.js index 6da516ce49..2cd1dd3178 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-profiling.js +++ b/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react/cjs/React-profiling.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<105b14de682683e364e05ca2f6f59fae>> + * @generated SignedSource<> */ "use strict"; @@ -587,7 +587,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.2.0-native-fb-cf884083-20250930"; +exports.version = "19.2.0-native-fb-7bccdbd7-20251001"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION index e0375e8074..cfe3a30801 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION @@ -1 +1 @@ -cf884083e0cbd5aac68317585a60c937c04e4a20 +7bccdbd765f03254658da9086e9c5763842aa3ed diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js index 37bd61ed92..7800c3de41 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-dev.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<7f506a53d30c82da24d2b3849a5679c1>> + * @generated SignedSource<<22c0b2d58a7c7c8a9d96524ce44dd8bc>> */ "use strict"; @@ -3547,8 +3547,8 @@ __DEV__ && (executionContext & (RenderContext | CommitContext)) !== NoContext && ((componentEffectSpawnedUpdate = !0), (blockingUpdateType = 1)); - if (-1.1 !== blockingEventTime || null !== blockingEventType) - blockingEventIsRepeat = !1; + if (-1.1 !== blockingEventRepeatTime || null !== blockingEventType) + blockingEventRepeatTime = -1.1; blockingEventTime = -1.1; blockingEventType = null; } @@ -3562,8 +3562,11 @@ __DEV__ && (transitionUpdateComponentName = getComponentNameFromFiber(fiber)), 0 > transitionStartTime) ) { - if (-1.1 !== transitionEventTime || null !== transitionEventType) - transitionEventIsRepeat = !1; + if ( + -1.1 !== transitionEventRepeatTime || + null !== transitionEventType + ) + transitionEventRepeatTime = -1.1; transitionEventTime = -1.1; transitionEventType = null; } @@ -14264,7 +14267,7 @@ __DEV__ && previousRenderStartTime = debugTask; var eventTime = endTime, eventType = blockingEventType, - eventIsRepeat = blockingEventIsRepeat, + eventIsRepeat = 0 < blockingEventRepeatTime, isSpawnedUpdate = 1 === blockingUpdateType, isPingedUpdate = 2 === blockingUpdateType; debugTask = renderStartTime; @@ -14351,7 +14354,8 @@ __DEV__ && blockingUpdateType = 0; blockingUpdateComponentName = blockingUpdateMethodName = null; blockingSuspendedTime = -1.1; - blockingEventIsRepeat = !0; + blockingEventRepeatTime = blockingEventTime; + blockingEventTime = -1.1; blockingClampTime = now(); } 0 !== (lanes & 4194048) && @@ -14387,7 +14391,7 @@ __DEV__ && )), (isPingedUpdate = endTime), (eventTime = transitionEventType), - (eventType = transitionEventIsRepeat), + (eventType = 0 < transitionEventRepeatTime), (eventIsRepeat = 2 === transitionUpdateType), (color = renderStartTime), (endTime = transitionUpdateTask), @@ -14484,7 +14488,8 @@ __DEV__ && (transitionUpdateTime = transitionStartTime = -1.1), (transitionUpdateType = 0), (transitionSuspendedTime = -1.1), - (transitionEventIsRepeat = !0), + (transitionEventRepeatTime = transitionEventTime), + (transitionEventTime = -1.1), (transitionClampTime = now())); } previousRenderStartTime = root.timeoutHandle; @@ -17844,7 +17849,7 @@ __DEV__ && blockingUpdateComponentName = null, blockingEventTime = -1.1, blockingEventType = null, - blockingEventIsRepeat = !1, + blockingEventRepeatTime = -1.1, blockingSuspendedTime = -1.1, transitionClampTime = -0, transitionStartTime = -1.1, @@ -17855,7 +17860,7 @@ __DEV__ && transitionUpdateComponentName = null, transitionEventTime = -1.1, transitionEventType = null, - transitionEventIsRepeat = !1, + transitionEventRepeatTime = -1.1, transitionSuspendedTime = -1.1, animatingTask = null, yieldReason = 0, @@ -17892,8 +17897,11 @@ __DEV__ && 0 > transitionUpdateTime ) { transitionStartTime = now(); - if (-1.1 !== transitionEventTime || null !== transitionEventType) - transitionEventIsRepeat = !1; + if ( + -1.1 !== transitionEventRepeatTime || + null !== transitionEventType + ) + transitionEventRepeatTime = -1.1; transitionEventTime = -1.1; transitionEventType = null; } @@ -19978,10 +19986,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-native-fb-cf884083-20250930", + version: "19.2.0-native-fb-7bccdbd7-20251001", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-cf884083-20250930" + reconcilerVersion: "19.2.0-native-fb-7bccdbd7-20251001" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js index 5f279504c4..d44c1d94fb 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-prod.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<> */ "use strict"; @@ -11255,10 +11255,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1319 = { bundleType: 0, - version: "19.2.0-native-fb-cf884083-20250930", + version: "19.2.0-native-fb-7bccdbd7-20251001", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-cf884083-20250930" + reconcilerVersion: "19.2.0-native-fb-7bccdbd7-20251001" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1319.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js index 15756fd1a2..a0be1c7f8d 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactFabric-profiling.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<52d9ae62bf859fd8f43056e2e03f0910>> + * @generated SignedSource<<5ce937cf54a143456e27e040d29301c3>> */ "use strict"; @@ -2505,7 +2505,7 @@ var now = Scheduler.unstable_now, blockingUpdateType = 0, blockingEventTime = -1.1, blockingEventType = null, - blockingEventIsRepeat = !1, + blockingEventRepeatTime = -1.1, blockingSuspendedTime = -1.1, transitionClampTime = -0, transitionStartTime = -1.1, @@ -2513,7 +2513,7 @@ var now = Scheduler.unstable_now, transitionUpdateType = 0, transitionEventTime = -1.1, transitionEventType = null, - transitionEventIsRepeat = !1, + transitionEventRepeatTime = -1.1, transitionSuspendedTime = -1.1, yieldReason = 0, yieldStartTime = -1.1; @@ -2524,8 +2524,8 @@ function startUpdateTimerByLane(lane) { blockingUpdateTime = now(); 0 !== (executionContext & 6) && ((componentEffectSpawnedUpdate = !0), (blockingUpdateType = 1)); - if (-1.1 !== blockingEventTime || null !== blockingEventType) - blockingEventIsRepeat = !1; + if (-1.1 !== blockingEventRepeatTime || null !== blockingEventType) + blockingEventRepeatTime = -1.1; blockingEventTime = -1.1; blockingEventType = null; } @@ -2534,8 +2534,8 @@ function startUpdateTimerByLane(lane) { 0 > transitionUpdateTime && ((transitionUpdateTime = now()), 0 > transitionStartTime) ) { - if (-1.1 !== transitionEventTime || null !== transitionEventType) - transitionEventIsRepeat = !1; + if (-1.1 !== transitionEventRepeatTime || null !== transitionEventType) + transitionEventRepeatTime = -1.1; transitionEventTime = -1.1; transitionEventType = null; } @@ -2974,8 +2974,8 @@ ReactSharedInternals.S = function (transition, returnValue) { 0 > transitionUpdateTime ) { transitionStartTime = now(); - if (-1.1 !== transitionEventTime || null !== transitionEventType) - transitionEventIsRepeat = !1; + if (-1.1 !== transitionEventRepeatTime || null !== transitionEventType) + transitionEventRepeatTime = -1.1; transitionEventTime = -1.1; transitionEventType = null; } @@ -11324,7 +11324,7 @@ function prepareFreshStack(root, lanes) { lanes )); clampedRenderStartTime$162 = blockingEventType; - var eventIsRepeat = blockingEventIsRepeat, + var eventIsRepeat = 0 < blockingEventRepeatTime, isSpawnedUpdate = 1 === blockingUpdateType, isPingedUpdate = 2 === blockingUpdateType, renderStartTime$jscomp$0 = renderStartTime; @@ -11372,7 +11372,8 @@ function prepareFreshStack(root, lanes) { blockingUpdateTime = -1.1; blockingUpdateType = 0; blockingSuspendedTime = -1.1; - blockingEventIsRepeat = !0; + blockingEventRepeatTime = blockingEventTime; + blockingEventTime = -1.1; blockingClampTime = now(); } 0 !== (lanes & 4194048) && @@ -11402,7 +11403,7 @@ function prepareFreshStack(root, lanes) { lanes )), (eventIsRepeat = transitionEventType), - (isSpawnedUpdate = transitionEventIsRepeat), + (isSpawnedUpdate = 0 < transitionEventRepeatTime), (isPingedUpdate = 2 === transitionUpdateType), (renderStartTime$jscomp$0 = renderStartTime), supportsUserTiming && @@ -11454,7 +11455,8 @@ function prepareFreshStack(root, lanes) { (transitionUpdateTime = transitionStartTime = -1.1), (transitionUpdateType = 0), (transitionSuspendedTime = -1.1), - (transitionEventIsRepeat = !0), + (transitionEventRepeatTime = transitionEventTime), + (transitionEventTime = -1.1), (transitionClampTime = now())); } previousRenderStartTime = root.timeoutHandle; @@ -13303,10 +13305,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1627 = { bundleType: 0, - version: "19.2.0-native-fb-cf884083-20250930", + version: "19.2.0-native-fb-7bccdbd7-20251001", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-cf884083-20250930" + reconcilerVersion: "19.2.0-native-fb-7bccdbd7-20251001" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1627.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js index f826ef2102..4e7683092a 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-dev.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<44f97cd3cc42a36a9aa7edd9e6fa53dc>> */ "use strict"; @@ -3931,8 +3931,8 @@ __DEV__ && (executionContext & (RenderContext | CommitContext)) !== NoContext && ((componentEffectSpawnedUpdate = !0), (blockingUpdateType = 1)); - if (-1.1 !== blockingEventTime || null !== blockingEventType) - blockingEventIsRepeat = !1; + if (-1.1 !== blockingEventRepeatTime || null !== blockingEventType) + blockingEventRepeatTime = -1.1; blockingEventTime = -1.1; blockingEventType = null; } @@ -3946,8 +3946,11 @@ __DEV__ && (transitionUpdateComponentName = getComponentNameFromFiber(fiber)), 0 > transitionStartTime) ) { - if (-1.1 !== transitionEventTime || null !== transitionEventType) - transitionEventIsRepeat = !1; + if ( + -1.1 !== transitionEventRepeatTime || + null !== transitionEventType + ) + transitionEventRepeatTime = -1.1; transitionEventTime = -1.1; transitionEventType = null; } @@ -14742,7 +14745,7 @@ __DEV__ && previousRenderStartTime = debugTask; var eventTime = endTime, eventType = blockingEventType, - eventIsRepeat = blockingEventIsRepeat, + eventIsRepeat = 0 < blockingEventRepeatTime, isSpawnedUpdate = 1 === blockingUpdateType, isPingedUpdate = 2 === blockingUpdateType; debugTask = renderStartTime; @@ -14829,7 +14832,8 @@ __DEV__ && blockingUpdateType = 0; blockingUpdateComponentName = blockingUpdateMethodName = null; blockingSuspendedTime = -1.1; - blockingEventIsRepeat = !0; + blockingEventRepeatTime = blockingEventTime; + blockingEventTime = -1.1; blockingClampTime = now(); } 0 !== (lanes & 4194048) && @@ -14865,7 +14869,7 @@ __DEV__ && )), (isPingedUpdate = endTime), (eventTime = transitionEventType), - (eventType = transitionEventIsRepeat), + (eventType = 0 < transitionEventRepeatTime), (eventIsRepeat = 2 === transitionUpdateType), (color = renderStartTime), (endTime = transitionUpdateTask), @@ -14962,7 +14966,8 @@ __DEV__ && (transitionUpdateTime = transitionStartTime = -1.1), (transitionUpdateType = 0), (transitionSuspendedTime = -1.1), - (transitionEventIsRepeat = !0), + (transitionEventRepeatTime = transitionEventTime), + (transitionEventTime = -1.1), (transitionClampTime = now())); } previousRenderStartTime = root.timeoutHandle; @@ -18484,7 +18489,7 @@ __DEV__ && blockingUpdateComponentName = null, blockingEventTime = -1.1, blockingEventType = null, - blockingEventIsRepeat = !1, + blockingEventRepeatTime = -1.1, blockingSuspendedTime = -1.1, transitionClampTime = -0, transitionStartTime = -1.1, @@ -18495,7 +18500,7 @@ __DEV__ && transitionUpdateComponentName = null, transitionEventTime = -1.1, transitionEventType = null, - transitionEventIsRepeat = !1, + transitionEventRepeatTime = -1.1, transitionSuspendedTime = -1.1, animatingTask = null, yieldReason = 0, @@ -18532,8 +18537,11 @@ __DEV__ && 0 > transitionUpdateTime ) { transitionStartTime = now(); - if (-1.1 !== transitionEventTime || null !== transitionEventType) - transitionEventIsRepeat = !1; + if ( + -1.1 !== transitionEventRepeatTime || + null !== transitionEventType + ) + transitionEventRepeatTime = -1.1; transitionEventTime = -1.1; transitionEventType = null; } @@ -20270,11 +20278,11 @@ __DEV__ && shouldSuspendImpl = newShouldSuspendImpl; }; var isomorphicReactPackageVersion = React.version; - if ("19.2.0-native-fb-cf884083-20250930" !== isomorphicReactPackageVersion) + if ("19.2.0-native-fb-7bccdbd7-20251001" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.2.0-native-fb-cf884083-20250930\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.2.0-native-fb-7bccdbd7-20251001\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -20300,10 +20308,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-native-fb-cf884083-20250930", + version: "19.2.0-native-fb-7bccdbd7-20251001", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-cf884083-20250930" + reconcilerVersion: "19.2.0-native-fb-7bccdbd7-20251001" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js index 84598b24a6..87e20bfa77 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-prod.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<<119660b0ae6ecbc5de9acfe81d6df038>> + * @generated SignedSource<<8a85f9bdb6c03a2a40d767f0a0421809>> */ "use strict"; @@ -11425,11 +11425,11 @@ function updateContainer(element, container, parentComponent, callback) { return lane; } var isomorphicReactPackageVersion = React.version; -if ("19.2.0-native-fb-cf884083-20250930" !== isomorphicReactPackageVersion) +if ("19.2.0-native-fb-7bccdbd7-20251001" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.2.0-native-fb-cf884083-20250930\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.2.0-native-fb-7bccdbd7-20251001\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -11479,10 +11479,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1326 = { bundleType: 0, - version: "19.2.0-native-fb-cf884083-20250930", + version: "19.2.0-native-fb-7bccdbd7-20251001", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-cf884083-20250930" + reconcilerVersion: "19.2.0-native-fb-7bccdbd7-20251001" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1326.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js index 4953a36246..f705c5de56 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js +++ b/compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.fb.js @@ -7,7 +7,7 @@ * @noflow * @nolint * @preventMunge - * @generated SignedSource<> + * @generated SignedSource<<7ab99671ffce20d2d516904daa7a565e>> */ "use strict"; @@ -2927,7 +2927,7 @@ var now = Scheduler.unstable_now, blockingUpdateType = 0, blockingEventTime = -1.1, blockingEventType = null, - blockingEventIsRepeat = !1, + blockingEventRepeatTime = -1.1, blockingSuspendedTime = -1.1, transitionClampTime = -0, transitionStartTime = -1.1, @@ -2935,7 +2935,7 @@ var now = Scheduler.unstable_now, transitionUpdateType = 0, transitionEventTime = -1.1, transitionEventType = null, - transitionEventIsRepeat = !1, + transitionEventRepeatTime = -1.1, transitionSuspendedTime = -1.1, yieldReason = 0, yieldStartTime = -1.1; @@ -2946,8 +2946,8 @@ function startUpdateTimerByLane(lane) { blockingUpdateTime = now(); 0 !== (executionContext & 6) && ((componentEffectSpawnedUpdate = !0), (blockingUpdateType = 1)); - if (-1.1 !== blockingEventTime || null !== blockingEventType) - blockingEventIsRepeat = !1; + if (-1.1 !== blockingEventRepeatTime || null !== blockingEventType) + blockingEventRepeatTime = -1.1; blockingEventTime = -1.1; blockingEventType = null; } @@ -2956,8 +2956,8 @@ function startUpdateTimerByLane(lane) { 0 > transitionUpdateTime && ((transitionUpdateTime = now()), 0 > transitionStartTime) ) { - if (-1.1 !== transitionEventTime || null !== transitionEventType) - transitionEventIsRepeat = !1; + if (-1.1 !== transitionEventRepeatTime || null !== transitionEventType) + transitionEventRepeatTime = -1.1; transitionEventTime = -1.1; transitionEventType = null; } @@ -3389,8 +3389,8 @@ ReactSharedInternals.S = function (transition, returnValue) { 0 > transitionUpdateTime ) { transitionStartTime = now(); - if (-1.1 !== transitionEventTime || null !== transitionEventType) - transitionEventIsRepeat = !1; + if (-1.1 !== transitionEventRepeatTime || null !== transitionEventType) + transitionEventRepeatTime = -1.1; transitionEventTime = -1.1; transitionEventType = null; } @@ -11818,7 +11818,7 @@ function prepareFreshStack(root, lanes) { lanes )); clampedRenderStartTime$169 = blockingEventType; - var eventIsRepeat = blockingEventIsRepeat, + var eventIsRepeat = 0 < blockingEventRepeatTime, isSpawnedUpdate = 1 === blockingUpdateType, isPingedUpdate = 2 === blockingUpdateType, renderStartTime$jscomp$0 = renderStartTime; @@ -11866,7 +11866,8 @@ function prepareFreshStack(root, lanes) { blockingUpdateTime = -1.1; blockingUpdateType = 0; blockingSuspendedTime = -1.1; - blockingEventIsRepeat = !0; + blockingEventRepeatTime = blockingEventTime; + blockingEventTime = -1.1; blockingClampTime = now(); } 0 !== (lanes & 4194048) && @@ -11896,7 +11897,7 @@ function prepareFreshStack(root, lanes) { lanes )), (eventIsRepeat = transitionEventType), - (isSpawnedUpdate = transitionEventIsRepeat), + (isSpawnedUpdate = 0 < transitionEventRepeatTime), (isPingedUpdate = 2 === transitionUpdateType), (renderStartTime$jscomp$0 = renderStartTime), supportsUserTiming && @@ -11948,7 +11949,8 @@ function prepareFreshStack(root, lanes) { (transitionUpdateTime = transitionStartTime = -1.1), (transitionUpdateType = 0), (transitionSuspendedTime = -1.1), - (transitionEventIsRepeat = !0), + (transitionEventRepeatTime = transitionEventTime), + (transitionEventTime = -1.1), (transitionClampTime = now())); } previousRenderStartTime = root.timeoutHandle; @@ -13466,11 +13468,11 @@ function updateContainer(element, container, parentComponent, callback) { return lane; } var isomorphicReactPackageVersion = React.version; -if ("19.2.0-native-fb-cf884083-20250930" !== isomorphicReactPackageVersion) +if ("19.2.0-native-fb-7bccdbd7-20251001" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-native-renderer: 19.2.0-native-fb-cf884083-20250930\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-native-renderer: 19.2.0-native-fb-7bccdbd7-20251001\nLearn more: https://react.dev/warnings/version-mismatch") ); if ( "function" !== @@ -13520,10 +13522,10 @@ batchedUpdatesImpl = function (fn, a) { var roots = new Map(), internals$jscomp$inline_1634 = { bundleType: 0, - version: "19.2.0-native-fb-cf884083-20250930", + version: "19.2.0-native-fb-7bccdbd7-20251001", rendererPackageName: "react-native-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-native-fb-cf884083-20250930" + reconcilerVersion: "19.2.0-native-fb-7bccdbd7-20251001" }; null !== extraDevToolsConfig && (internals$jscomp$inline_1634.rendererConfig = extraDevToolsConfig); diff --git a/compiled-rn/facebook-fbsource/xplat/js/tools/eslint-plugin-react-hooks/package.json b/compiled-rn/facebook-fbsource/xplat/js/tools/eslint-plugin-react-hooks/package.json index 384347a590..ae4ea7bdf4 100644 --- a/compiled-rn/facebook-fbsource/xplat/js/tools/eslint-plugin-react-hooks/package.json +++ b/compiled-rn/facebook-fbsource/xplat/js/tools/eslint-plugin-react-hooks/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-react-hooks", "description": "ESLint rules for React Hooks", - "version": "0.0.0-experimental-cf884083-20250930", + "version": "0.0.0-experimental-7bccdbd7-20251001", "repository": { "type": "git", "url": "https://github.com/facebook/react.git",