0.79.1
- DevSupport: Change
defaultJSExceptionHandler
's type toJSExceptionHandler
on theReleaseDevSupportManager
(9eb75d4bd5 by @alanjhughes)
- 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)
- Codegen: Do not generate Apple specific file for Android (b2bacc4a9f by @cipolleschi)
- Codegen: Do not generate ReactCodegen.podspec for libraries (f3c280442d 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.
0.79.0
- Codegen: Allow UnsafeMixed as Array value in codegen (abd7259de4 by @javache)
- DevX: Add inspector proxy events for debugger heartbeat (sampled) and abandoned connections (84f3cf95ea by @vzaidman)
- DevX: Add inspector proxy info logs in regards to CDP connection to device and DevTools (29419ce8f0 by @vzaidman)
- Flow: Added explicit type for _lastNativeRefreshing and changed React import syntax in RefreshControl (a24f9ef825 by @coado)
- Flow: Added explicit type for _memoizedRenderer and changed React and View import in FlatList (b634fa1edb by @coado)
- Flow: Added explicit type for argument in _captureRef in SectionList (e31ff4212b by @coado)
- Flow: Added explicit type for Symbol.iterator in URLSearchParams (89af3e804f by @coado)
- Flow: Added explicit type to supported commands in TextInputNativeCommands (1126bbb149 by @coado)
- Flow: Added type for exported object in AssetRegistry (44d84f2af6 by @coado)
- Flow: Added types in TouchHistoryMath (b9df812b67 by @coado)
- Infra: Open Sourcing React Native's Compatibility Check (60e3921f9c by @elicwhite)
- Layout: Linear gradient color transition hint syntax and
px
unit support. (cc89ddd50b by @intergalacticspacehighway) - Layout: Support stylistic sets for fontVariant (c09b71b990 by @LeviWilliams)
- LogBox: Add full owner stack support to React Native (967ef32154 by @rickhanlonii)
- LogBox: Add owner stack code frames to LogBox (0affa544c3 by @rickhanlonii)
- Metro: Add opt in for legacy Metro log streaming via
--client-logs
flag (0d66c524cf by @huntie) - TextInput: Adds the escape key to the key press event handler payload. (e566c1ec06 by @sbuggay)
- 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)
- Initialization: Encapsulate device info listeners (7dc85d0e97 by @okwasniewski)
- JSC: Inform users about JSC being moved to a different repo (13177b3025 by @okwasniewski)
- JSC: Js runtime C API for Swift (a6607c07cd by @okwasniewski)
- Runtime: Added custom load js block in bridge mode (1e9ac296a5 by @zhongwuzw)
- Runtime: Missing nonnull annotations for RCTArchConfiguratorProtocol, RCTUIConfiguratorProtocol.h (0141a44026 by @okwasniewski)
- TextInput: Add support for
numberOfLines
prop onTextInput
(dcaa33e6d9 by @j-piasecki)
- APIs: Deep imports to modules inside React Native libraries with
require
syntax will now require to append an explicit.default
. Here the list of affected modules:Libraries/Alert
andLibraries/ActionSheetIOS
(c89c5d7e3d by @iwoplaza)Libraries/BatchedBridge
andLibraries/AppState
(135277ace1 by @iwoplaza)Libraries/Blob
(9a70bc0418 by @iwoplaza)Libraries/BugReporting
,Libraries/vendor
,Libraries/Vibration
andLibraries/YellowBox
(09700327f7 by @iwoplaza)Libraries/Components
(9eeef22a67 by @iwoplaza)Libraries/Components
(aac312da8e by @iwoplaza)Libraries/Components
(ce412746b1 by @iwoplaza)Libraries/Components
(da695f3a20 by @iwoplaza)Libraries/DevMenu
(ce84922236 by @j-piasecki)Libraries/EventEmitter
andLibraries/Image/*.js
(8783196ee5 by @iwoplaza)Libraries/Interaction
(bdc23fa2b4 by @iwoplaza)Libraries/LayoutAnimation
andLibraries/Linking
(4d6785bdb5 by @iwoplaza)Libraries/Lists
(e767dc3458 by @iwoplaza)Libraries/Modal
andLibraries/Network
(28945c68da by @iwoplaza)Libraries/PermissionsAndroid
andLibraries/PushNotificationIOS
(e74246bd66 by @iwoplaza)Libraries/ReactNative
(c93bd436a5 by @iwoplaza)Libraries/StyleSheet
(4f20362b07 by @j-piasecki)Libraries/Text
,Libraries/Share
andLibraries/Settings
(156ee5bee7 by @iwoplaza)Libraries/Text
,Libraries/Share
andLibraries/Settings
(1be7e1a95f by @iwoplaza)Libraries/Utilities/BackHandler
,Utilities/DevLoadingView.js
andUtilities/HMRClient*.js
(827a847791 by @iwoplaza)Libraries/Utilities/differ/...
(2b30aa5cc8 by @iwoplaza)Libraries/Utilities/Platform
(d98116aa44 by @iwoplaza)Libraries/Utilities
(52ffda7e55 by @iwoplaza)Libraries/WebSocket
(7df73eebdc by @iwoplaza)react-native/virtualized-lists
(1cf4c84ba0 by @j-piasecki)StyleSheet/
(e4d969a4ab by @iwoplaza)Utilities/binaryToBase64
,Utilities/DevSettings
,Utilities/PolyfillFunctions
andUtilities/RCTLog
(152587cda0 by @iwoplaza)Utilities/deepFreezeAndThrowOnMutationInDev
,Utilities/defineLazyObjectProperty
,Utilities/DeviceInfo
andUtilities/FeatureDetection
(028c0b36f6 by @iwoplaza)Utilities/dismissKeyboard.js
,Utilities/GlobalPerformanceLogger.js
andUtilities/SceneTracker.js
(fc6ca26d3f by @iwoplaza)Utilities/infoLog
,Utilities/logError
,Utilities/mapWithSeparator
andUtilities/warnOnce
(7aef81b984 by @iwoplaza) (48d900b703 by @iwoplaza)
- APIs:
Libraries/Core/ExceptionsManager
now exports a defaultExceptionsManager
object, andSyntheticError
as a secondary export. (e5818d92a8 by @iwoplaza) - APIs: Move
Libraries/Inspector/
modules tosrc/private/
(0bde08fe67 by @huntie) - APIs: Move
XHRInterceptor
API tosrc/private/
(389779c348 by @huntie) - APIs: Removed
Libraries/Animated/AnimatedWeb.js
file. (ecae8a2908 by @iwoplaza) - DevX: Remove deprecated
unstable_enableLogBox
function. LogBox is enabled by default. (7368265107 by @huntie) - DevX: Remove deprecated
YellowBox
andconsole.ignoredYellowBox
APIs. UseLogBox
. (45a2d9c5a8 by @huntie) - DevX: Remove legacy Libraries/JSInspector modules (9ba4dd81db by @huntie)
- DevX: Remove some web debugging remnants (9aae84a688 by @NickGerleman)
- Libs: Remove incorrect hwb() syntax support from normalize-color (676359efd9 by @NickGerleman)
- StyleSheet: Disallow invalid unitless lengths in box shadows (8e2de303e3 by @NickGerleman)
- StyleSheet: Disallow invalid unitless lengths in filters (b34e63539d by @NickGerleman)
- APIs: Make
ResponseUtil
internal (360cbf7433 by @mateoguzmana) - APIs: Removed
RuntimeConfig
class for Hermes which was unused. (08ddc11269 by @cortinico) - APIs: Reduce visibility of
FabricUIManager.setBinding()
method, unused outside of react native (2a9a13d567 by @mdvacca) - APIs: Remove
TLSSocketFactory
class (e065411c91 by @mateoguzmana) - API:
RuntimeExecutor
andRuntimeScheduler
constructors are now private,MapBufferSoLoader
was removed as no longer required. (6c8ace9b05 by @javache) - API: Remove
DevSupportManagerFactory.launchJSDevtools
API (514ec4192f by @huntie) - API: Stable API - Make
AnimatedNodeWithUpdateableConfig
internal as it was not used in OSS (54e0b69e7e by @cortinico)
- 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 fieldsourceMapURL
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)
- Deps: Bump AGP to 8.8.2 (2062defb2d by @cortinico)
- Deps: Gradle to 8.13 (b95424d159 by @cortinico)
- Deps: Update androidx app compat to 1.7.0 (b0fd9c1556 by @janicduplessis)
- Gradle: Better compatibility with Kotlin 2.1.x (a0528d834c by @cortinico)
- Gradle: Add option to disable bundle compression to improve startup time (778382ad3d by @mrousavy)
- Initialization: Allow passing custom JSRuntimeFactory to DefaultReactHost (cdc166709d by @Kudo)
- JSC: Add a build time JSC lean core warning (90e27c2b4f by @Kudo)
- JSC: Exclude
jsctooling
whenuseThirdPartyJSC
gradle property is true (66032f22b8 by @Kudo) - Runtime: Feature flags for recycling View, Text components separately (ca5ce205f7 by Thomas Nardone)
- Runtime: Introduces BuildConfig.UNSTABLE_ENABLE_MINIFY_LEGACY_ARCHITECTURE to determine if the new architecture is fully enabled into an Android app (b45a3e5cd8 by @mdvacca)
- CocoaPods: Fix Gemfile versions (2527d29a96 by @cipolleschi)
- CocoaPods: Generate the ReactCodegen.podspec as part of codegen instead of as part of pod install. (dab9b3b440 by @cipolleschi)
- Cocoapods: Ignore deprecation warning when calling pod install through core-cli-utils (4141560afc by @cipolleschi)
- CocoaPods: Invoke Codegen as part of the Core-cli-utils package (cc1e8d1523 by @cipolleschi)
- CocoaPods: Stop running codegen when running pod install (f15094ef88 by @cipolleschi)
- JSC: Decouple JSC when
USE_THIRD_PARTY_JSC=1
(176bed79b4 by @Kudo) - NativeModules: Properly handle
null
values coming from NativeModules. (d4236791e2 by @cipolleschi) - Text: Moved workaround for multiline text measurement with
maximumNumberOfLines
earlier in the pipeline (167a1a30da by @j-piasecki)
- DevX: Deprecated usage of
HERMES_ENABLE_DEBUGGER
build-time flag for enabling React Native debugger in favour ofREACT_NATIVE_DEBUGGER_ENABLED
andREACT_NATIVE_DEBUGGER_ENABLED_DEVONLY
. (5fcb69e8b7 by @hoxyq)
- CocoaPods: Deprecate calling
pod install
directly (e3def00d7a by @cipolleschi) - Initialization: Deprecate RCTAppDelegate (74de9526ab by @okwasniewski)
- Layout:
ViewManagerPropertyUpdater.updateProps
is deprecated, use the related ViewManager APIs instead (a18bc58645 by @javache) - Layout: Deprecated ViewManagerDelegate#setProperty and ViewManagerDelegate#receiveCommand (5a290c4cab by @javache)
- 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
andbundle
commands with community CLI and isolated node_modules. (cdaa1aa9aa by @robhogan)
- Codegen: Improve input files for codegen gradle task (e9e0d8c2f7 by @janicduplessis)
- Image: Fix Image defaultSource runtime error (1c51b77868 by @mateoguzmana)
- JS: GetAndroidResourceFolderName() should return raw folder for svg file (3a4798cc30 by @sunnylqm)
- Layout: Elevation prop on android has incorrect border-radius (f7d78f81cc by @jorge-cab)
- Layout: Fix inset boxShadow when blur < spread (a3b29e1441 by @joevilches)
- Layout: Fix issue where boxShadow crashes with small blur radius (103f8b3885 by @joevilches)
- Layout: Fixed anti-aliasing not showing on older Android versions (6c6e0a9085 by @jorge-cab)
- Layout: Make
setLayoutAnimationEnabledExperimental
a no-op in Bridgeless (44da5d2ee0 by @arushikesarwani94) - Libs: Fix react-native/popup-menu-android not building for 3rd party developers (e96396bd18 by @cortinico)
- Modal: Fixed crash with Modal when trying to call syncSystemBarsVisibility() (141fb23bba by @alanleedev)
- Modal: Sync Modal system bars visibility with current activity (7016225062 by @mateoguzmana)
- Runtime: Marked acquireWakeLockNow as static (2a58201322 by @mstrokin)
- Runtime: Make DefaultReactNativeHost.clear() also invalidate DefaultReactHost (07769d4d7e by @WoLewicki)
- Runtime: Pass the bundle URL protocol when setting up HMR client on Android (ba894c908a by @byCedric)
- ScrollView: Scroll view throttle no longer impacts events other than
onScroll
(bc810e5115 by @Abbondanzo) - Text: Allow text links to be navigable via keyboard by default (98b0991128 by @joevilches)
- Text: Fix text link accessibility on state update removal (c9e6567881 by @joevilches)
- TextInput: Avoid
ConcurrentModificationException
when iterating overmListeners
TextWatcher
array (243aecc095 by @kirillzyusko) - TextInput: TextInputs can now receive focus via external keyboard (3420eb87b0 by @joevilches)
- C++: Update deprecated enums in RCTTextPrimitivesConversions.h (4121d24454 by @joannaquu)
- CocoaPods:
JSRuntimeFactoryCAPI.h
build error foruse_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)
- C++: Removed
RawProps::operator=
(e4d1cf8ce9 by @javache) - JS: Removed context from addEventListener arguments in Linking (1536a7f196 by @coado)
- JSC: Clean up RCTBridgeDelegate to remove shouldBridgeUseCustomJSC method (c8f1506f13 by @zhongwuzw)
- Layout: Remove no longer needed UISceneDelegate (a033cf9d5e by @okwasniewski)
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.
0.76.9
- 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)
- Deps: Move CMakeLists for fast_float to third-party folder (71abbab169 by @cipolleschi)
- Deps: Fix Folly CMakeLists (21919be5ee by @cipolleschi)
- Runtime: Fixed crash caused by the request operation canceling (2bddb0012e by @zhouzh1)
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.
0.78.2
- Deps: Metro minimum to 0.81.3, fix "_interopRequireDefault is not a function" (23c9dbc563 by @robhogan)
- Runtime: Fixes issue with z-indexed sibling removal (34ae9facd5 by @rozele)
- RCTNetworking: app crash caused by the
[RCTFileRequestHanlder invalidate]
method (5861f7eea7 by @zhouzh1) - Runtime: Implement the
loadSourceForBridge:onProgress:onComplete
in theRCTDefaultReactNativeFactoryDelegate
. (8b33668c43 by @cipolleschi) - Text: Fix selection makes TextInput clear its content when using children (301532b51fe33cd08152c7dde2b15d57105332dd by freeboub)
- TurboModules: Make sure the TM infra does not crash on NSException when triggered by async method (ae1841ac964 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.
0.79.0-rc.4
Stable release coming up next week.
- Network: Back out "fix: avoid race condition crash in [RCTDataRequestHandler invalidate]" (53eaf3e by @cipolleschi)
- CocoaPods:
JSRuntimeFactoryCAPI.h
build error foruse_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.
0.76.8
- FormData: Remove non compliant
filename*
attribute in a FormDatacontent-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)
- 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
andbundle
commands with community CLI and isolated node_modules. (b9c4095e40 by @robhogan)
- 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.
v0.77.2
- Codegen: Add the
source
parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @cipolleschi)
- DevTools: Fix disconnections of DevTools when the network is under significant strain. (b0974135bf by @vzaidman)
- CLI: Fix registering of
start
andbundle
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)
- Fabric: Avoid NPE when touch event is triggered before SurfaceManager is initiated (b8095f4692 by @CHOIMINSEOK)
- Image: Fix defaultSource runtime error (1c51b77868 by @fbp93)
- Interop Layer: Properly pass
nil
for nullable parameters instead ofNSNull
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.
0.79.0-rc.3
- Gradle: Better compatibility with Kotlin 2.1.x (a0528d834c by @cortinico)
- Codegen: Fix codegen to avoid the creation of
<appName>,
folders (9498b71438 by @cipolleschi)
- Runtime: Marked acquireWakeLockNow as static (2a58201322 by @mstrokin)
-
CocoaPods: Make sure 3p libraries depends on React-renderercss to work with use_frameworks (cc12caa0a9 by @cipolleschi)
-
Runtime: Convert to JSException only NSException from sync methods (9805a4f by @cipolleschi)
-
Runtime: Handle null params in the Interop TM layer (6314925 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.
0.78.1
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
- 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)
- Image: Fix Android Image defaultSource runtime error (665212e22c by @mateoguzmana)
- style: Fix elevation with border-radius set (#48982) (68dc582305 by @polovi)
- 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 ofNSNull
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.
0.79.0-rc.2
- 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.