facebook/react-native
 Watch   
 Star   
 Fork   
9 days ago
react-native

0.79.1

Changed

Android specific

  • DevSupport: Change defaultJSExceptionHandler's type to JSExceptionHandler on the ReleaseDevSupportManager (9eb75d4bd5 by @alanjhughes)

iOS specific

  • TextInput: Typing into TextInput now will not cause the caret position to update to the beginning when a zero-length selection is set. (7771317e5c by @ouchuan)

Fixed

Android specific

iOS specific


Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

16 days ago
react-native

0.79.0

Added

Android specific

  • Docs: Improve ToastAndroid jsdocs (299a7a959d by @mateoguzmana)
  • Gradle: Add support for Gradle Configuration caching (e41887e62f by @cortinico)
  • Initialization: On DefaultNewArchitectureEntryPoint class add property to specify the desired release level for an application (19c18eb995 by @jorge-cab)
  • Initialization: Set ReactSurface and ReactRootView to ReactDelegate when created via ReactNavigationActivityDelegate (a302fbcaaf by Maddie Lord)

iOS specific

Breaking

Android specific

Changed

  • Animated: Introduced a feature flag to test an optimization in Animated to reduce memory usage. (fb8a6a5bb0 by @yungsters)
  • Animated: The AnimatedNode graph will not occur during the insertion effect phase, which means animations can now be reliably started during layout effects. (e0c0476553 by @yungsters)
  • Animated: When an Animated component is updated or unmounted, AnimatedNode instances will now detach in a microtask instead of synchronously in the commit phase of React. This will cause the completion callback of finished animations to execute after the commit phase instead of during it. (50b75a74d1 by @yungsters)
  • Codegen: Replace jscodeshift with @babel/core (8f19201 by @kitten)
  • Deps: Bump Node 18 -> 20 to build React Native in OSS (1fd3806ee9 by @cortinico)
  • Deps: Upgrade React DevTools to 6.1.0. (07860545f5 by @hoxyq)
  • Deps: Upgrade React DevTools to 6.1.1. (5c88633035 by @hoxyq)
  • DevX: Debugger.scriptParsed now includes the field sourceMapURL as a (rewritten) remote url as opposed to base64 data url (ff2e40371e by @vzaidman)
  • DevX: Removed a long-running loop causing the app to lag while attempting a connection to Metro (9b977def6c by @EdmondChuiHW)
  • FeatureFlags: Re-enable enableFixForViewCommandRace feature flag (ae59702f8e by @okwasniewski)
  • Flow: Improved eventInitDict type in WebSocketEvent class (fa2fac1372 by @coado)
  • Flow: Improved Props type in UnimplementedView (b200c7cb2f by @coado)
  • Flow: Improved types for exported Types and Properties in LayoutAnimation (3c02738ec4 by @coado)
  • Flow: Improved types in AnimatedWeb (647ca90a30 by @coado)
  • Flow: Improved types in ScrollView (1be2ba4597 by @coado)
  • Flow: Improved types in StatusBar by adding StackProps (48cafc0b69 by @coado)
  • Flow: Improved types in TextAncestor (df9d43f02b by @coado)
  • Flow: Improved types in WebSockertInterceptor callbacks (d2adb976ab by @coado)
  • Flow: Refactored Libraries/Components/StaticRenderer syntax (0e6cb590ec by @coado)
  • Flow: Replaced $FlowFixMe in CodegenTypes with Object type (812c3b33cd by @coado)
  • Flow: Replaced $FlowFixMe in InteractionManager to Function type (cd7a30ce48 by @coado)
  • Flow: Replaced $FlowFixMe in NativeModules with any type (286a360d9b by @coado)
  • Flow: Replaced $FlowFixMe in RCTDeviceEventEmitter with any (8df6cfa56b by @coado)
  • Flow: Replaced $FlowFixMe with PressEvent in ScrollViewNativeComponentType (8befab1760 by @coado)
  • Metro: Update Metro to ^0.82.0 (8421b8a872 by @robhogan)
  • TypeScript: Improve TypeScript types for global objects (094c5be42e by @coado)
  • TypeScript: Increase minimum typescript version in index.d.ts (721f85adf7 by @coado)
  • TypeScript: Move view flattening props to cross platform type interface (ecad90ad8b by @okwasniewski)

Android specific

iOS specific

Deprecated

  • DevX: Deprecated usage of HERMES_ENABLE_DEBUGGER build-time flag for enabling React Native debugger in favour of REACT_NATIVE_DEBUGGER_ENABLED and REACT_NATIVE_DEBUGGER_ENABLED_DEVONLY. (5fcb69e8b7 by @hoxyq)

iOS specific

Android specific

  • Layout: ViewManagerPropertyUpdater.updateProps is deprecated, use the related ViewManager APIs instead (a18bc58645 by @javache)
  • Layout: Deprecated ViewManagerDelegate#setProperty and ViewManagerDelegate#receiveCommand (5a290c4cab by @javache)

Fixed

  • C++: Add default case to displayModeToInt() function (8c06f57860 by @Yajur-Grover)
  • C++: Add explicit casts for pointerIds for PointerEvents in NativeDOM (94ea10c693 by @jonthysell)
  • Codegen: Fix codegen to avoid the creation of <appName>, folders (9498b71438 by @cipolleschi)
  • DevX: Always patch React DevTools first so StrictMode dim chars are excluded from logs/logbox. (e015d1b19a by @rickhanlonii)
  • DevX: Disconnections of DevTools when the network is under significant strain. (b0974135bf by @vzaidman)
  • DevX: FindNodeAtPoint now considers overflow area of the parent node (d8bc7c68c0 by @hoxyq)
  • JS: Fix react-native-community/cli-platform-* packages not being found in monorepos (7926d656b3 by @tido64)
  • JS: Fix react-native-community/cli not being found in pnpm setups (a672a4d007 by @tido64)
  • JS: Fix registering of start and bundle commands with community CLI and isolated node_modules. (cdaa1aa9aa by @robhogan)

Android specific

iOS specific

  • C++: Update deprecated enums in RCTTextPrimitivesConversions.h (4121d24454 by @joannaquu)
  • CocoaPods: JSRuntimeFactoryCAPI.h build error for use_frameworks build (7786805337 by @Kudo)
  • CocoaPods: Make sure 3p libraries depends on React-renderercss to work with use_frameworks (cc12caa0a9 by @cipolleschi)
  • CocoaPods: Compatibility with Ruby 3.4.0 (b1735bc593 by @okwasniewski)
  • CocoaPods: Fix wrong cocoapods script on new_architecture.rb (541e655832 by @CHOIMINSEOK)
  • Codegen: Enable use of multiple RCTAppDependencyProvider instances (0cc1ac18cf by @vonovak)
  • DeviceInfo: Data race related to read/write of RCTDeviceInfo._invalidated. (2a18d83521 by @hakonk)
  • DevX: Issue where performance monitor would be hidden under newly presented views. (e7556e921c by @chrsmys)
  • DevX: Remove private symbols for non-simulator and non-catalyst builds. (9350d6f2f5 by @EvanBacon)
  • Infra: Workaround for a iOS build app running on Apple Silicon Mac(in Xcode Destination: "Mac(Designed for iPad)") TextInput crash due to serialization attempt of WeakEventEmitter (0511e2e49a by @iwater)
  • Initialization Make React Native work without AppDelegate window property (ae7bbe06c9 by @okwasniewski)
  • JSC: Return nullptr when USE_THIRD_PARTY_JSC is set to true (515ff1e626 by @okwasniewski)
  • Layout: Fix cases where background color, filter, and background image were sized incorrectly if there was a scaling transform (acaf94dc21 by @joevilches)
  • Layout: Fix cases where background color, filter, and background image were sized incorrectly if there was a scaling transform (f835b824f4 by @joevilches)
  • Layout: Improve detached keyboard detection, support Stage Manager on iOS (c499ae1192 by @mhoran)
  • Layout: Layout direction changes are now honored on bundle reload. (36f29beac4 by @chrsmys)
  • Layout: Suppressed iOS 13 deprecation warnings in RCTStatusBarManager (fffd6d75b4 by Ingrid Wang)
  • Native Module: Add guard for custom module provider lookup in TMManager (d0a101fbea by @shwanton)
  • PullToRefresh: Fix new arch recycled RefreshControl was missing its title (e3d607fc2e by @High5Apps)
  • Runtime: Convert to JSException only NSException from sync methods (9805a4f by @cipolleschi)
  • Runtime: Handle null params in the Interop TM layer (6314925 by @cipolleschi)
  • Runtime: Call RCTInitializeUIKitProxies before bridge create (a51fa6c002 by @zhongwuzw)
  • Runtime: Fixed: extraModulesForBridge callback not called when New Architecture enabled (c0a5c2c3cb by Bruno Aybar)
  • Runtime: Enable back the opt-out from the New Architecture (9abdd619da by @cipolleschi)
  • Runtime: Add missing loadFromSource method in the DefaultRNFactoryDelegate (7739615e0d by @cipolleschi)
  • Runtime: App crash caused by the [RCTFileRequestHanlder invalidate] method (789ed7d5ad by @zhouzh1)
  • Runtime: Bridge: Fixes HostTarget use after free when deallocated bridge (3e2e8ec757 by @zhongwuzw)
  • TextInput: Fixes TextInput crashes when any text is entered while running as iOS app on apple silicon mac (8d7aca30e7 by @zhongwuzw)
  • Text: Fixed onPress for Text with nested View. (6b2c40c64f by @coado)
  • TextInput: Fix selection makes TextInput clear its content when using children (e3b176a598 by Olivier Bouillet)
  • TextInput: Fixed TextInput's onContentSizeChange event being dispatched multiple times with the same size (2bb65717b7 by @j-piasecki)
  • TextInput: Implement dataDetectorTypes in the same way as the old architecture (2ae45ec3ce by @VidocqH)

Removed

iOS specific


Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

21 days ago
react-native

0.76.9

Changed

  • Deps: Bump folly to 2024.10.18. This allow to use Xcode 16.3 with React Native (73b41b5808 by @cipolleschi)
  • Deps: Bump fmt to 11.0.2. This allow to use Xcode 16.3 with React Native (73b41b5808 by @cipolleschi)
  • Deps: Add dependency to fast_float v6.1.4, as it is required by folly. This allow to use Xcode 16.3 with React Native (73b41b5808 by @cipolleschi)

Fixed

Android specific

iOS specific


Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

23 days ago
react-native

0.78.2

Changed

  • Deps: Metro minimum to 0.81.3, fix "_interopRequireDefault is not a function" (23c9dbc563 by @robhogan)

Fixed

Android specific

iOS specific


Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

23 days ago
react-native

0.79.0-rc.4

🥇 GOLDEN RC 🥇

Stable release coming up next week.


Fixed

iOS specific

  • Network: Back out "fix: avoid race condition crash in [RCTDataRequestHandler invalidate]" (53eaf3e by @cipolleschi)
  • CocoaPods: JSRuntimeFactoryCAPI.h build error for use_frameworks build (7786805337 by @Kudo)

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

28 days ago
react-native

0.76.8

v0.76.8

Fixed

  • FormData: Remove non compliant filename* attribute in a FormData content-disposition header (9e846b4d11 by @foyarash)
  • DevX: Disconnections of DevTools when the network is under significant strain. (08c04147ba by @vzaidman)
  • JS: Fix react-native-community/cli not being found in pnpm setups (9ba96ad79d6 by @tido64)
  • JS: Fix react-native-community/cli-platform-* packages not being found in monorepos (ffe7bd1471 by @tido64)

Android specific

  • popup-menu-android: Fix react-native/popup-menu-android not building for 3rd party developers (ac637ff44 by @cortinico)
  • DevTools: Pass the bundle URL protocol when setting up HMR client on Android (68055f2d8a by @byCedric)
  • CLI: Fix registering of start and bundle commands with community CLI and isolated node_modules. (b9c4095e40 by @robhogan)

iOS specific

  • layout: Layout direction changes are now honored on bundle reload. (23b888ff2d by @chrsmys)
  • TextInput: Fixes TextInput crashes when any text is entered while running as iOS app on apple silicon mac (e2b081e66f by @zhongwuzw)
  • Runtime: Convert to JSException only NSException from sync methods (8eec35f134 by @cipolleschi)

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

2025-03-25 20:46:58
react-native

v0.77.2

Added

iOS specific

  • Codegen: Add the source parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @cipolleschi)

Fixed

  • DevTools: Fix disconnections of DevTools when the network is under significant strain. (b0974135bf by @vzaidman)
  • CLI: Fix registering of start and bundle commands with community CLI and isolated node_modules. (1f002f9999 by @robhogan)
  • Metro: Bump minimum Metro to 0.81.3, fix "_interopRequireDefault is not a function" with enablePackageExports (b335436113 by @robhogan)

Android specific

iOS specific

  • Interop Layer: Properly pass nil for nullable parameters instead of NSNull for legacy modules (619d5dfbb2 by @cipolleschi)
  • TextInput: Fix crashes when any text is entered while running as iOS app on apple silicon mac (8d7aca30e7 by @zhongwuzw)

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

2025-03-24 23:12:10
react-native

0.79.0-rc.3

Changed

Android specific

Fixed

Android specific

iOS specific


Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

2025-03-19 18:29:06
react-native

0.78.1

⚠️ We are aware of an incompatibility using resolver.unstable_enablePackageExports and the defaults from @react-native/metro-config. It will error with a redbox "interopRequireDefault is not a function". Set resolver.unstable_conditionNames = ['react-native'] to mitigate. It will be fixed in 0.78.2 ⚠️

Fixed

  • Deps: community-cli-plugin: resolve cli-server-api via peer dependency on cli (9ffbeadf8a by @robhogan)
  • DevTools: Fix disconnections of DevTools when the network is under significant strain (9e47ed9a20 by @vzaidman)

Android specific

iOS specific

  • Initialization: Call extraModulesForBridge callback in the New Architecture. (97adbd897f by @Bruno125)
  • Initialization: Added custom load js block in bridge mode (bdc83cb129 by @zhongwuzw)
  • Interop Layer: Properly pass nil for nullable parameters instead of NSNull for legacy modules (619d5dfbb2 by @cipolleschi)
  • TextInput: Fixes TextInput crashes when any text is entered while running as iOS app on apple silicon mac (282cdc9fb4 by @zhongwuzw)

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

2025-03-17 22:46:33
react-native

0.79.0-rc.2

Changed

Fixed

iOS specific

  • Codegen: Enable use of multiple RCTAppDependencyProvider instances (0cc1ac18cf by @vonovak)
  • Runtime: Call RCTInitializeUIKitProxies before bridge create (a51fa6c002 by @zhongwuzw)
  • TextInput: Fixes TextInput crashes when any text is entered while running as iOS app on apple silicon mac (8d7aca30e7 by @zhongwuzw)

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.