You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@react-native/gradle-plugin

Package Overview
Dependencies
Maintainers
11
Versions
336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous
13
34
Next

0.75.0-rc.4

Diff

Changelog

Source

v0.75.0-rc.4

Changed

  • Upgrade[react-devtools-core]: ^5.3.1 (2617ec5570 by @hoxyq)

Fixed

Android specific
  • Fix dynamic_cast (RTTI) for ShadowNodeWrapper when accessed by third-party libraries again (ea958c69f6 by @tomekzaw)
  • Fixed build from source failing due to a missing file (b2898540c9 by @j-piasecki)
  • Use JvmStatic annotations for all methods from AndroidUnicodeUtils.kt (54dadd7bda by @WoLewicki)
react-native-bot
published 0.76.0-nightly-20240708-8c8c77b97 •

react-native-bot
published 0.76.0-nightly-20240707-8c8c77b97 •

react-native-bot
published 0.76.0-nightly-20240706-8c8c77b97 •

react-native-bot
published 0.76.0-nightly-20240705-62cca7acc •

react-native-bot
published 0.76.0-nightly-20240704-af506372b •

react-native-bot
published 0.76.0-nightly-20240703-c247e8c8c •

react-native-bot
published 0.76.0-nightly-20240702-ad3df8466 •

react-native-bot
published 0.74.85 •

react-native-bot
published 0.75.0-rc.3 •

Changelog

Source

v0.75.0-rc.3

Breaking

Android specific
  • Removing ReactJsExceptionHandler param from ReactHostImpl() constructor and providing a default private implementation (fe7e7a015f by @alanleedev)
  • Set and require android:supportsRtl="true" for RTL layout (82c6f8a580 by @NickGerleman)
  • Enable flex gap percentage value for RN. (41a14962fc by @realsoelynn)
  • DevSupportManagerFactory.create() changed to take an additional parameter of type PausedInDebuggerOverlayManager (nullable) (1d26907ca4 by @motiz88)
  • Deprecate ReactViewBackgroundDrawable in favor of CSSBackgroundDrawable (d7766fa927 by @NickGerleman)
  • Make the app responsible for returning core turbomodule jsi hostobjects (7facb32f30 by @RSNara)
  • Make ReactApplicationContext and ReactContext abstract. Please instantiate BridgeReactContext instead (bridge mode). Or BridgelessReactContext instead (bridgeless mode). (e69f6755c8 by @RSNara)
iOS specific
  • Remove getSurfacePresenter and getModuleRegistry from RCTHost (f19371f28d by @cipolleschi)
  • Remove unused RCTImageLoadingPerfInstrumentationEnabled (f6b9a42985 by @realsoelynn)
  • Remove RCTRedBox access through RCTBridge (b5db214d2a by @realsoelynn)
  • Remove EventPriority class and always use the default EventPriority::AsynchronousBatched. This is potentially a breaking change if something in OSS sets a different priority. If a build fails because of this, simply remove the use of EventPriority. (55ed1c26ab by @sammy-SC)
  • Rename BUILD_FROM_SOURCE to RCT_BUILD_HERMES_FROM_SOURCE (6a1509f318 by @cipolleschi)
  • Rename React-Codegen to ReactCodegen (6549216b76 by @dmytrorykun)
  • Deleting deprecated didReceiveLocalNotification & didReceiveRemoteNotification callbacks on RCTPushNotificationManager (7fffe692e7)
  • Deleting deprecated alertAction and repeatInterval in PushNotificationIOS (410e3b5ebd)
  • (916dde4c60 by @philIip)

Added

Android specific
iOS specific

Changed

Android specific
iOS specific

Deprecated

Android specific
iOS specific

Removed

  • react-native/dev-middleware: Remove nonstandard faviconUrl field from CDP /json response (df19e597e3 by @huntie)
  • Remove viewconfigs for onTextInput callbacks (910cde6134 by @javache)
  • Remove deprecated onTextInput callback (34a50ae8ef by @javache)
  • Summary: Changelog: [General][Removed] launchId query param for /debugger-frontend is no longer generated automatically for each /open-debugger call. Caller of /open-debugger is now responsible for generating the launchId, which will be passed along to /debugger-frontend. (b7de916664 by @EdmondChuiHW)
  • [TS] Remove tvParallaxProperties prop from TouchableOpacity & add missing focusable, rejectResponderTermination props (0a0cd6517f by @retyui)
  • Removed deprecated methods from Pressability. (e4f3338069 by @javache)
  • Remove non-existent methods from <ImageBackground/> component (09c903c439 by @retyui)
  • RFC-0759 remove ram-bundle command. (58b45e86a6 by @blakef)
Android specific
  • Delete ReactContext.initializeWithInstance(). ReactContext now no longer contains legacy react instance methods. Please use BridgeReactInstance instead. (fb23470483 by @RSNara)
  • Removed NativeAnimationsDebugModule (already not Public API) (95f7a5c597 by @yungsters)
  • Delete UIManagerModule.measureLayoutRelativeToParent() (958f8e2bb5 by @arushikesarwani94)
  • UIManager.showPopupMenu() and UIManager.dismissPopupMenu() have been removed (c631e93341 by @alanleedev)
  • Remove getJavaScriptContextHolder() from BridgelessReactContext since now it can be accessed through BridgelessCatalystInstance in Bridgeless mode (4595351310 by @arushikesarwani94)
  • Remove getRuntimeExecutor() from ReactContext since now it can be accessed through BridgelessCatalystInstance in Bridgeless mode (f7b9aafd10 by @arushikesarwani94)
  • Delete ReactContext.initializeWithInstance(). ReactContext now no longer contains legacy react instance methods. Please use BridgeReactInstance instead. (05ef779c0b by @fabriziocucci)
  • Delete ReactContext.initializeWithInstance(). ReactContext now no longer contains legacy react instance methods. Please use BridgeReactInstance instead. (14fb1cc335 by @RSNara)
  • Delete ReactContext.initializeWithInstance(). ReactContext now no longer contains legacy react instance methods. Please use BridgeReactInstance instead. (f99dc486cd by @RSNara)
  • Move PopupMenu out of React Native core (8bced4b29d by @RSNara)
iOS specific

Fixed

Android specific
iOS specific

Security

Android specific
iOS specific

Unknown

Android Unknown
iOS Unknown
Failed to parse
  • Fling][Android] Add synchronous event support (dbc0334159)
  • Use our fork of the react-native-communti/cli-platform-ios use_native_modues.rb script (c884d19a50 by @blakef)
  • Enforce Activities using ReactDelegate implement DefaultHardwareBackBtnHandler. (a2d277f740 by @javache)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc