Skip to content

chore(deps): update React Native to v0.85.0#2

Open
github-actions[bot] wants to merge 1 commit intomainfrom
deps/scripts/update-rn.sh
Open

chore(deps): update React Native to v0.85.0#2
github-actions[bot] wants to merge 1 commit intomainfrom
deps/scripts/update-rn.sh

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions bot commented Sep 19, 2024

Bumps scripts/update-rn.sh from v0.77.1 to v0.85.0.

Auto-generated by a dependency updater.

Changelog

v0.85.0

Breaking

  • Animated: Fix unsafe rawPointer access in cloneMultiple. (1d47693230 by coado)
  • Build: Drop support for EOL Node.js lines and old minors. (c9c601d61a by robhogan)
  • Jest: Move Jest preset to new react-native/jest-preset package (c4ae05534a by kitten)
  • StyleSheet: Remove deprecated StyleSheet.absoluteFillObject API (5681db09b8 by huntie)
  • TypeScript: Removing deprecated type aliases. Use the type directly. (1813df743d by sammy-SC)
  • TypeScript: Removing deprecated type aliases. Use the type directly. (796a9a8922 by sammy-SC)
Android specific
  • Events: Re-added receiveTouches to RCTEventEmitter with a default no-op implementation to avoid breaking ecosystem libraries (67db89d08a by javache)
  • Legacy Architecture: Deprecated UIManagerHelper.getEventDispatcherForReactTag and UIManagerHelper.getEventDispatcher(ReactContext, UIManagerType Int), use getEventDispatcher (4e5d45f4db by javache)
  • Legacy Architecture: Stub UIImplementation class, this class is unused in the new architecture (fbe15f6605 by mdvacca)
  • Text: Make ReactTextUpdate internal (faebee4338 by NickGerleman)

Added

  • Animated: RCTAnimationChoreographer to RCTScheduler (019c9a7d8f by Bartlomiej Bloniarz)
  • Animated: std::mutex to AnimationBackend to protect start, stop and callbacks. (4064b89867 by Bartlomiej Bloniarz)
  • Animated: Add c++ AnimatedModule to DefaultTurboModules (15e52e3f71 by zeyap)
  • Animated: Added support for transform operations. (58b7b052c0 by coado)
  • Animated: Animated calls AnimationBackend::trigger to push updates from. events to the mounting layer (ac06f3bdc7 by Bartlomiej Bloniarz)
  • Animated: Animated can now prompt the backend to push changes to the shadowTree on the JS thread, making RSNRU update the ShadowNode references held by the react renderer. (f9e94c0502 by Bartlomiej Bloniarz)
  • Animated: Animation Backend examples in RNTester (149a4b8dcd by Bartlomiej Bloniarz)
  • Animated: AnimationBackend docs (f3678f51d9 by Bartlomiej Bloniarz)
  • Animated: AnimationBackend now cleans-up the AnimatedPropsRegistry after the js sync when updateRuntimeShadowNodeReferencesOnCommitThread is enabled (b38428c9bc by Bartlomiej Bloniarz)
  • Animated: Moved shadowNodeFamily_ from a map in NativeAnimatedNodesManager to PropsAnimatedNode (af96497b54 by Bartlomiej Bloniarz)
  • Animated: Updated AnimationBackend usages to use AnimationTimestamp (2a4a54ae6c by Bartlomiej Bloniarz)
  • Animated: Upstream useAnimatedColor and useAnimatedValueXY (b92d37879e by zeyap)
  • Dev Server: Make metro accept tls server config (8915d81a5b by vzaidman)
  • Feature Flags: Create featureflag viewTransitionEnabled (d7a1d080c2 by zeyap)
  • JavaScript API: Added EventEmitter to react-native exports. (f7cd8c4c1c by yungsters)
  • Pressable: Added tests for Pressability onHoverOut property (de5994817d by chicio)
  • React Native DevTools: Added missing tests for Standalone fusebox shell (e5d720d98d by chicio)
  • React Native DevTools: Support multiple CDP connections to one React Native Host (diff 1 of 2) (534c06f3c8 by motiz88)
  • React Native DevTools: Support multiple CDP connections to one React Native Host (diff 2 of 2) (f04659972c by motiz88)
  • Runtime: Added a synchronization mechanism for the layout information between the React branch and the main branch of the ShadowTree (c8d498d62d by j-piasecki)
  • TextInput: TextInput onChange event now includes selection data (cursor location) on iOS and Android (162627af7c by alanleedev)
  • TextInput: TextInput onChange event types now include optional selection data (c1f5445f4a by alanleedev)
  • TypeScript: Add missing onPressMove prop to <Pressable /> (d07318226d by retyui)
Android specific
  • Animated: Decouple ReactScrollViewHelper from kt NativeAnimated (0cde8ed0bb by zeyap)
  • Build: Allow specifying dev server ip via gradle property (6f54846a08 by amartinz)
  • Build: Re-added prefabPublishing=true to make Android build from source work again (e8eb37414e by chrfalch)
  • Dev Server: Make DevSupportHttpClient public for custom dev-support HTTP header registration (58d94863f8 by cortinico)
  • Dev Server: Public DevSupportRequestHeaders API for registering custom dev-support HTTP headers (e0d34b254a by cortinico)
  • React Native DevTools: Restore request payload previews on Android (cc44e96e0b by huntie)
  • Runtime: Add StateWrapper to C++ fbjni types (99b328bffa by mrousavy)
  • ScrollView: Add scrollsChildToFocus prop to ScrollView to control automatic scrolling when a child receives focus (d9ee4bb0aa by johankasperi)
  • Text: ReactFontManager.customFontFamilies property to query registered custom font family names (c3acbc424d by vonovak)
  • Text: Add Unstable DrawCommandSpan Usable with PreparedLayoutTextView (ad8ac5e176 by NickGerleman)
iOS specific
  • Build: Added support for clang virtual file system in React.XCFramework (f0422abd23 by chrfalch)

Changed

  • Animated: AnimationChoreographer interface with an implementation for fantom tests (f8564b47fd by Bartlomiej Bloniarz)
  • Animated: Enable -DRN_USE_ANIMATION_BACKEND by default (4cfb2ee468 by zeyap)
  • Build: Metro bump to ^0.84.0 (58ed78fec1 by robhogan)
  • Dev Server: createDevMiddleware now accepts string | URL for serverBaseUrl (10709f427d by emily8rown)
  • Dev Server: Remove "JavaScript logs have moved!" notice from dev server CLI (4bd62a1d41 by huntie)
  • Hermes: Bump hermes version (4379f21bd7 by alanleedev)
  • Hermes: Do not use hermesNightly on the release branch (c35a22db2b by cortinico)
  • Hermes: Introduce 'Determine Hermes build flag' step (111bd59db5 by fabriziocucci)
  • JavaScript API: Changed Flow type for URL constructor to accept URL as first argument, matching the second argument type (678f7a9cfb by emily8rown)
  • Pressable: Pressable no longer unmounts event listeners in a hidden Activity. (c295ec2261 by yungsters)
  • Pressable: Migrated Pressability tests to Jest modern timers (7dd2d255de by chicio)
  • React Native DevTools: Changed debugger proxy to only permit connections from localhost. (f34b8702db by yungsters)
  • React Native DevTools: Enable native macOS window merging (34b3c108bc by huntie)
  • React Native DevTools: Extracting shared logic for fuseboxSessionObserver into reusable components (b0013ea22a by emily8rown)
  • React Native DevTools: Page targets returned from /json/list will no longer set prefersFuseboxFrontend (421de23470 by huntie)
  • React Native DevTools: Suppress LogBox warnings and errors during CDP performance tracing (a308014d87 by emily8rown)
  • React: Make React Native consume 250829098.0.6 (4fb33022bc by cipolleschi)
  • Runtime: cancelAnimationFrame, clearImmediate, clearTimeout and clearInterval do nothing If there is no callback associated the given handle (9d3cc383ba by retyui)
  • Runtime: Changed how React changes are commited to the Shadow Tree (behind a feature flag) (45b4817414 by j-piasecki)
  • Runtime: Importing hairlineWidth no longer eagerly initializes the PixelRatio TurboModule. (e11a2f07e8 by yungsters)
  • Runtime: Logs created by console.error that begin with "Warning: " will no longer be treated as warnings. These call sites should migrate to using console.warn instead. (5ab418460b by yungsters)
  • Runtime: Refactor how shadow tree revisions are promoted as latest for JS consistency (4a7bc4c0e7 by j-piasecki)
  • Runtime: The JS revision merge now is scheduled on the main thread (47e5e6c394 by j-piasecki)
  • Text: Text Can Conditionally Use "RCTSelectableText" Native Component (a175bff10a by NickGerleman)
  • Text: Text outside the bounds of a borderRadius is now hidden by default (2111bec8d5 by NickGerleman)
  • TypeScript: Transform $Values to Values (94383613d8 by marcoww6)
  • TypeScript: Transform mixed to unknown in xplat/js (625d702fec by marcoww6)
  • TypeScript: Transform $ReadOnly to Readonly 38/n (41efc3b588 by marcoww6)
  • TypeScript: Transform $ReadOnlyArray to ReadonlyArray 17/n (7051a07c63 by marcoww6)
  • TypeScript: Transform $ReadOnlyArray to ReadonlyArray 18/n (92c32780f1 by marcoww6)
  • TypeScript: Transform all remaining utility types (cd3a9c55c1 by marcoww6)
  • TypeScript: Transform mixed to unknown (60f9bfd546 by marcoww6)
  • Yoga: Migrate YogaNode to Kotlin (cd27b7e1a8 by mateoguzmana)
Android specific
  • Animated: Log error when unsupported type is passed to interpolation outputRange (30fd0c4ac8 by zeyap)
  • Build: Add Sonatype Central repository for users of nightly builds only (47c3ebe23f by sergeich)
  • Build: Gradle to 9.3.1 (319e589d3d by cortinico)
  • i18n: Translation auto-update for batch 0/61 on master (26da0fa509 by Intl Scheduler)
  • React Native DevTools: CDP: ThedeviceName field in app metadata is now prefixed with the manufacturer (9b906753d9 by huntie)
  • Runtime: Updated documentation for GuardedFrameCallback class (dfcb56dfea by mdvacca)
  • ScrollView: Updated the nestedScrollEnabled prop to default to true if the ScrollView defines a refreshControl (95bac85b5a by Abbondanzo)
  • Text: Merge ReactTextAnchorViewManager into ReactTextViewManager (f67f6a2448 by NickGerleman)
  • Yoga: Migrate YogaConfigJNIBase to Kotlin (9db85e7503 by mateoguzmana)
  • Yoga: Migrate YogaProps to Kotlin (2e12cbdfb3 by mateoguzmana)
iOS specific

Deprecated

  • Accessibility: Deprecated AccessibilityInfo.setAccessibilityFocus in favor of AccessibilityInfo.sendAccessibilityEvent (36a0d9ef63 by Abbondanzo)
Android specific
  • Legacy Architecture: Deprecate NativeViewHierarchyOptimizer as part of Legacy Architecture cleanup (352d73bef0 by mdvacca)
iOS specific
  • Runtime: Deprecate RCTHostRuntimeDelegate and merge into RCTHostDelegate (4626732f5b by tsapeta)

Removed

  • Animated: AnimationBackendChoreographer, AndroidAnimationChoregrapher (bb7c0f7c5f by Bartlomiej Bloniarz)
  • Legacy Architecture: Stub UIViewOperationQueue and remove its usages (7de3dbe1c8 by mdvacca)
Android specific

Fixed

  • Animated: (animationbackend) add default in switch statements (66f6146f6f by zeyap)
  • Animated: Fixed TypeError when serializing arbitrary transform operation (8067f7b353 by coado)
  • Babel: Babel-preset: Don't override explicitly-passed dev config if obsolete withDevTools is missing (c5a38ab285 by robhogan)
  • Babel: Fix Babel transformer changing BABEL_ENV as a side effect (88d40dcda3 by robhogan)
  • Build: Fix test build breaks after GoogleTest update (2a776b1f65 by Tal Benesh)
  • CI: Typo on maestro ios gh action for jdk step (0344c0c9cb by gkartalis)
  • Image: When using Image with a uri, width and height the default dimensions were being lost (dd3c20057b by javache)
  • LogBox: Fix TypeError in LogBoxInspectorReactFrames on Windows/macOS (995879ca9b by jisoo-hisoo)
  • React Native DevTools: Reaching Metro from Debugger on urls other than localhost:8081 and 127.0.0.1:8081. (3c7b4881dd by vzaidman)
  • React Native DevTools: Send network events to all CDP clients with the Network domain enabled (93a43c90ce by motiz88)
  • Runtime: Fixed crash in cloneMultiple when families have no path to root (54b4cb5e89 by coado)
  • TextInput: Fix memory leak in TextInput (5229e507e1 by mobinni)
  • TextInput: Fixed isFocused false positive (42cd0f0414 by chicio)
  • Yoga: Fix CQS signal modernize-use-designated-initializers in xplat/yoga/yoga/algorithm (4ef7ac3136 by generatedunixname1587093422349604)
Android specific
  • Accessibility: Properly set view.setEnabled() based on accessibilityState.disabled (fc66884d73 by fabriziocucci)
  • Accessibility: Reset isClickable to false when recycling views to avoid accessibility tools finding views with incorrect state (07c0539cb8 by fabriziocucci)
  • Accessibility: Reset OnClickListener to null when recycling views to avoid accessibility tools finding views with incorrect state (04bdebc585 by fabriziocucci)
  • Accessibility: Set accessibilityRole to "link" for pressable Text components by default (68e5b4ee9f by fabriziocucci)
  • Animated: Fix null pointer crash in FabricUIManagerBinding::driveCxxAnimations by adding null check for scheduler (349cf1595b by Dileep Siva Sai Nallabothu)
  • Animated: Prevent Native Animated tracking spring crash when tracked toValue node is detached. (45de7109fe by kmsbernard)
  • Build: Fix included-build gradle.properties resolution for monorepos by reading from parent Gradle start parameters (projectDir/currentDir) before falling back to ../../android/gradle.properties, so hermesV1Enabled can be inherited correctly. (c5ae0c820a by Titozzz)
  • Codegen: Validate module names in codegen (a748a405b6 by RSNara)
  • Dev Server: Sync bundling progress between Metro cli and app hints (56e1710b73 by vzaidman)
  • Hermes: Fixed so that all build types get the HERMES_V1_ENABLED flag (8d68b11005 by chrfalch)
  • Hermes: Provide symbol fallbacks for inspector-modern/chrome/Registration.h when HermesV1 is disabled. (5ee695ad8f by tjzel)
  • Hermes: ReactPlugin.kt always setting hermesV1Enabled to true (45896674d1 by tjzel)
  • Image: Image fadeDuration=0 not working with props 2.0 enabled (3fb5c0bc02 by hannojg)
  • Legacy Architecture: Restore getUIImplementation() stub for backwards compatibility with third-party libraries (e5d2d951de by sammy-SC)
  • Networking: File:// URIs passed to fetch() or XMLHttpRequest no longer fail (https://github-redirect.dependabot.com/facebook/react-native/issues/54626) (e76a6e2ef4 by bhamiltoncx)
  • Runtime: Capture idle callback before running it (90e48d6031 by mozzius)
  • Runtime: Fix thread-safety crash in DynamicFromArray by using ThreadLocal<SimplePool> instead of a shared SimplePool, matching the existing fix in DynamicFromMap (21fae86546 by edwii-zhu)
  • ScrollView: Fixed bug where joystick could still scroll when scrollEnabled is false (c51b9698c7 by William Khoe)
  • Text: Fix crash with setting certain <Text> props back to undefined when using enablePropsUpdateReconciliationAndroid feature flag (50289e3add by hannojg)
  • Text: FontVariants stylistic-{num} not being propagated correctly (9353eb55b8 by dragoncodes)
  • View: Fix image content disappearing on API 24 (Nougat) when antialiased border radius clipping is applied (51ec52e806 by Abbondanzo)
iOS specific

Security

  • Dependencies: Bump to chromium-edge-launcher^0.3.0 to drop rimraf (1f2312687b by kitten)

v0.84.0

Breaking

Android specific
  • Legacy Architecture: Delete deprecated NativeKind class from React Native Android (284d841b3d by mdvacca)
  • Legacy Architecture: Remove unnecessary classes inside com.facebook.react.uimanager.layoutanimation used in legacy architecture (0b09e6f696 by cortinico)
  • Legacy Architecture: Remove unnecessary LazyReactPackage used in legacy architecture (2b09ae8992 by cortinico)
  • Legacy Architecture: Remove unused internal NotThreadSafeBridgeIdleDebugListener (0ee4a2d01a by cortinico)
  • Legacy Architecture: Remove unused internal NotThreadSafeViewHierarchyUpdateDebugListener (991dff2322 by cortinico)
  • TurboModules: Remove unstable_shouldEnableLegacyModuleInterop() (e4eb64d6cc by RSNara)
iOS specific
  • Dev Server: Make RCTPackagerConnection instance of the RCTDevSettings and use bundle config. (cf92cade49 by coado)
  • Legacy Architecture: Remove legacy arch by default (c7f433a413 by cipolleschi)

Added

  • Animated: A new test for the AnimationBackend (8bc6214284 by Bartlomiej Bloniarz)
  • Animated: Added transformOrigin prop support to the AnimationBackend. (20779edd3b by coado)
  • Animated: Added support for backfaceVisibility prop and added missing flex style to the AnimatedPropsBuilder. (d379cde036 by coado)
  • Animated: Added support for borderCurves, borderStyles, pointerEvents, isolation, cursor, boxShadow, and mixBlendMode props to the AnimationBackend. (6d5b524f87 by coado)
  • Animated: Added support for maxWidth, maxHeight, minWidth, and minHeight props to the AnimationBackend. (3650ae3d08 by coado)
  • Animated: Added support for overflow, position, zIndex, and direction props to the AnimationBackend. (bed1a9a20f by coado)
  • Animated: Added support for shadowColor, shadowOffset, shadowOpacity, and shadowRadius props to the animation backend. (c31a5a8896 by coado)
  • Animated: Added support for border width props to the animation backend. (782dc0e038 by coado)
  • Animated: Added support for filter props to Animation Backend (e744329c3d by coado)
  • Animated: Added support for flex props to the AnimationBackend. (33b2d6d367 by coado)
  • Animated: Added support for margin and padding props to AnimationBackend. (cd4744cb98 by coado)
  • Animated: Added support for outline props to the AnimationBackend. (4de9242e80 by coado)
  • Animated: Added support for positional left, top, right, bottom props to the animation backend. (9931aeb830 by coado)
  • Animated: Added support for transform, border radius, and background color props to Animation Backend. (e167faa449 by coado)
  • Animated: Add connectAnimatedNodeToShadowNodeFamily method to NativeAnimatedModule and NativeAnimatedTurboModule (d7ef651c5c by Bartlomiej Bloniarz)
  • Animated: Jest tests for PlatformColor support (cbbba7b9a5 by zeyap)
  • Animated: (js part) Support PlatformColor type of toValue and interpolation outputRange (8b6b47bd57 by zeyap)
  • Animated: Thread down rootTag/surfaceId to AnimatedInterpolation node (b46427a673 by zeyap)
  • Animated: UIManagerNativeAnimatedDelegateBackendImpl for running animation frame updates on android (219c2b84c2 by Bartlomiej Bloniarz)
  • Animated: Use the commit hook to reconcile the UI updates with react (d04e1528da by Bartlomiej Bloniarz)
  • Assets: Bundle support for heic and heif files (f472ef980a by anthonybajoua)
  • Codegen: Support parsing Readonly for the new Flow utility types (a6b76c0c51 by marcoww6)
  • Codegen: Support parsing ReadonlyArray for the new Flow utility types (3bf7a09ecb by marcoww6)
  • Dev Server: Expose methods for registering packager connection handlers. (d9842fdbe3 by coado)
  • ESLint: Add support for Flat Config (eslint v9) (18592451de by pipopotamasu)
  • Fast Refresh: DevServer fast refresh banners now have a dismiss button but still tap anywhere to dismiss. (fcd63032d0 by emily8rown)
  • JavaScript API: Added missing standard properties to URL (hash, host, pathname, etc.) and methods to URLSearchParams (get, set, delete, etc.). (f97b9a521d by Manish Balayan)
  • JavaScript API: Export usePressability hook and PressabilityConfig/PressabilityEventHandlers types from the public API (d0e9b9c078 by natew)
  • Performance: Add ResourceReceivedData trace events for network data chunks in Performance timeline (c400b88ebf by emily8rown)
  • TypeScript: Added missing experimental_backgroundSize, experimental_backgroundPosition, experimental_backgroundRepeat to manually written types. (37bf285836 by tjzel)
Android specific
  • Animated: Add c++ animated support for PlatformColor type of toValue and interpolation outputRange (7941a621f9 by zeyap)
  • Appearance: Add {add|remove}SchemeChangeListener() function to OverrideColorScheme interface to support dynamic appearance updates via override (80e384a801 by alanleedev)
  • Events: Add onKeyDown/onKeyUp support to Android (79b09ce9c4 by Abbondanzo)
  • Events: Include activeHitPath in payload when it's PointerUp/Down (1d6d8fc058 by zeyap)
iOS specific
  • Accessibility: Add support for UIAccessibilityPriority in announcements (4851fb2fc3 by maxencehenneron)
  • Animated: Allow invalidateDisplayLink on RCTAnimatedModuleProvider (7c603ee261 by zeyap)
  • Prebuild: Added documentation for the prebuild scripts for precompiling React Native Core and React Native Dependencies. (7a66582f60 by chrfalch)
  • ReactHost: Add new RCTBundleConfiguration for modifying bundle URL on RCTReactNativeFactory. (6fa75cce48 by coado)

Changed

  • Accessibility: Text components with onPress or onLongPress now automatically get accessibilityRole='link' for proper accessibility support (4c732b4ccf by fabriziocucci)
  • Animated: AnimatedPropsRegistry now also receive the updates from the synchronous updates that bypass the ShadowTree, so that these updates are not overwritten by React commits (c52d30e79b by Bartlomiej Bloniarz)
  • Animated: C++ animated now passes the calculated folly::dynamic directly to the backend, without repacking it into AnimatedProp (84e408cf89 by Bartlomiej Bloniarz)
  • Animated: CloneMultiple now invokes the callback for every cloned node, instead of doing that only for the nodes in familiesToUpdate (976c849057 by Bartlomiej Bloniarz)
  • Animated: Extracted cloneProp from AnimationBackend.cpp to AnimatedProps.h (33f783ae23 by Bartlomiej Bloniarz)
  • Animated: Move the animation backend callback scheduling, behind the isRenderCallbackStarted check. (8b95fce84e by Bartlomiej Bloniarz)
  • Animated: Split the families by SurfaceId in onAnimationFrame (5c078bd490 by Bartlomiej Bloniarz)
  • React: Sync React 19.2.3 into React Native (e6923dd1e1 by cipolleschi)
  • Runtime: JSBigString mutable data accessor has been renamed to mutableData (3012aac2ad by javache)
Android specific
  • Accessibility: Enabled shouldUseLinkRoleForPressableText and shouldSetEnabledBasedOnAccessibilityState feature flags by default to improve accessibility behavior. (38e3075310 by fabriziocucci)
  • Accessibility: Set isClickable=true by default or based on the pointerEvents value for all views to improve accessibility tool detection while maintaining the configured focusable state (427995858d by fabriziocucci)

⚠️ Changelog content truncated by 221574 characters because it was over the limit (60000) and wouldn't fit into PR description.

@github-actions github-actions bot force-pushed the deps/scripts/update-rn.sh branch 5 times, most recently from e86187a to d568764 Compare September 27, 2024 03:12
@github-actions github-actions bot force-pushed the deps/scripts/update-rn.sh branch 3 times, most recently from cfd38ed to 92fbdf2 Compare October 2, 2024 03:12
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.75.3 chore(deps): update React Native to v0.75.4 Oct 3, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-rn.sh branch 5 times, most recently from c5a3083 to b237fd0 Compare October 10, 2024 03:12
@github-actions github-actions bot force-pushed the deps/scripts/update-rn.sh branch 5 times, most recently from 3d5551e to ab02692 Compare October 17, 2024 03:12
@github-actions github-actions bot force-pushed the deps/scripts/update-rn.sh branch 4 times, most recently from 9204b52 to dbba822 Compare October 24, 2024 03:13
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.75.4 chore(deps): update React Native to v0.76.0 Oct 24, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-rn.sh branch 5 times, most recently from 26cc97c to 1bee03b Compare October 30, 2024 03:14
@github-actions github-actions bot force-pushed the deps/scripts/update-rn.sh branch from 13c878f to 0d861c5 Compare November 15, 2024 03:18
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.76.1 chore(deps): update React Native to v0.76.2 Nov 15, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-rn.sh branch 2 times, most recently from 9ec1ae7 to 8c17ea8 Compare November 19, 2024 03:18
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.76.2 chore(deps): update React Native to v0.76.3 Nov 22, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-rn.sh branch 4 times, most recently from 13ef9aa to 56b33bc Compare November 28, 2024 03:21
@github-actions github-actions bot force-pushed the deps/scripts/update-rn.sh branch 4 times, most recently from 88b58df to 331a51a Compare December 5, 2024 03:23
@github-actions github-actions bot force-pushed the deps/scripts/update-rn.sh branch 2 times, most recently from 43ded10 to c371d6f Compare December 7, 2024 03:21
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.76.3 chore(deps): update React Native to v0.76.4 Dec 7, 2024
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.76.4 chore(deps): update React Native to v0.76.5 Dec 10, 2024
@github-actions github-actions bot force-pushed the deps/scripts/update-rn.sh branch 6 times, most recently from 85ee996 to 39a6712 Compare December 17, 2024 03:22
@github-actions github-actions bot force-pushed the deps/scripts/update-rn.sh branch 2 times, most recently from a0582e6 to dc12237 Compare December 24, 2024 03:13
@github-actions github-actions bot force-pushed the deps/scripts/update-rn.sh branch 3 times, most recently from d18122d to 6f3862c Compare January 9, 2025 03:24
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.76.5 chore(deps): update React Native to v0.76.6 Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant