Socket
Socket
Sign inDemoInstall

react-native-gradle-plugin

Package Overview
Dependencies
Maintainers
10
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-gradle-plugin - npm Package Versions

124

0.71.1

Diff

Changelog

Source

v0.71.1

Added

Android specific
  • Add jsinspector to the prefab target (a80cf96fc8 by @Kudo)
iOS specific

Changed

Fixed

  • Fix(cli,metro,babel): bump cli and metro and babel to fix Windows+Metro issue (df7c92ff4c by @kelset)
Android specific
iOS specific
  • Exclude react-native-flipper when NO_FLIPPER=1 to prevent iOS build fail (f47b5b8b5d by @retyui)
  • Fix RCTAlertController not showing when using SceneDelegate on iOS 13.0+. (0c53420a7a)
  • Handle Null Exception to Validate input in RCTAlertController and in RCTDevLoadingView (79e603c5ab by @admirsaheta)
  • Fixed the potential race condition when dismissing and presentating modal (e948c79bda by @wood1986)
  • Fix build errors when inheriting RCTAppDelegate in Swift modules (5eb25d2186 by @Kudo)
  • OnSelectionChange() is fired before onChange() on multiline TextInput (64475aeb3b by @s77rt)
  • Build: remove deprecated File.exists() method from Hermes podspec. (38e5fa6a96 by @kelset)
dmitryrykun
published 0.70.3 •

Changelog

Source

v0.70.3

Fixed

  • Stop styles from being reset when detaching Animated.Values in old renderer (2f58e52006 by @javache)
  • Revert "Fix TextInput dropping text when used as uncontrolled component with defaultValue" to fix TextInputs not being settable to undefined programmatically (e2645a5) by Garrett Forbes Monroe
Android specific
iOS specific
  • Add xcode 14 workaround (turn off signing resource bundles) for React-Core (967de03f30 by @kelset)
dmitryrykun
published 0.70.2 •

Changelog

Source

v0.70.2

Added

iOS specific

Changed

Fixed

Android specific
  • Fix port as -1 if dev server without specifying port on Android (3d7e1380b4 by @Kudo)
dmitryrykun
published 0.70.1 •

Changelog

Source

v0.70.1

Added

Changed

Fixed

Android specific
iOS specific
dmitryrykun
published 0.71.0 •

Changelog

Source

v0.71.0

Read the announcement blogpost here.

⚠️ Git Bash users on Windows might experience "Unable to resolve" red boxes, because of an issue with Metro (silently fails without discovering any files). It will be fixed in 0.71.1 next week, in the meantime you can set resolver.useWatchman: false in metro.config.js.

Breaking Changes

  • Changes to Console Logging: LogBox.ignoreLog no longer filters console logs. This means you will start seeing logs in the console that you have silenced in LogBox. See this comment for more details.
  • Removed AsyncStorage and MaskedViewIOS: These components have been deprecated since version 0.59, so it’s time we remove them entirely. For alternatives, please check React Native Directory for community packages that cover those use cases.
  • JSCRuntime moved to react-jsc: react-jsi is now split into react-jsc and react-jsi. If you use JSCRuntime, you will need to add react-jsc as a dependency (facebook/react-native@6b129d8).

Added

Android specific
iOS specific

Changed

Android specific
iOS specific

Removed

Android specific
iOS specific

Fixed

Android specific
iOS specific

Security

cortinico
published 0.70.0 •

Changelog

Source

0.70.0

Breaking

Added

Android specific
iOS specific

Changed

Android specific
iOS specific

Removed

iOS specific

Fixed

Android specific
  • Fixed HorizontalScrollView API scrollToEnd causing NPE in side-effects. (e5ba6ab7b4 by @ryancat)
  • Fix InputAccessoryView crash on Android (afa5df1764 by @hduprat)
  • Bring back non-rootview touch handling based on reactTag (8b837268b4 by @fkgozali)
  • Make Text not focusable by default (8ced165e53 by @kacieb)
  • Revert PR 33924 because of issues with TextInputs with numeric keyboard types not respecting the secureTextEntry prop (edb27e3aa1 by @charlesbdudley)
  • Fix edge case when we enqueue a pending event to views on stopped surface (ea7c9f2ad9 by @ryancat)
  • Fix a bug where the keyboard, once set as email, won't change back to default. (ec307e0167 by @larkox)
  • NPE in ReactEditText.setInputType when React Native is used with some versions of a AppCompat 1.4.x. (and possibly others) (92ebb298e2)
  • Fix NPE on ReactEditText due to null mFabricViewStateManager (ba6bf5a3ce by @cortinico)
  • Scroll views would still receive scroll events when nested in a view with pointer-events: "none" (fced96bf52 by @javache)
  • Fixed an edge case that event dispatching is failed after pre-allocation of a view and before the view is mounted. (a093fe5f2f by @ryancat)
  • Avoid crash by handling missing views in dispatchViewManagerCommand (ee1a191cb1 by @hsource)
  • Pass react build dir to cmake (6ab7a99518 by @janicduplessis)
  • Fix missing space in ReactPropertyException message (24560b6718 by @markv)
  • Fix import path breakage (2e1e62f2bf by @aniketmathur)
  • When onEndReachedThreshold is set to 0 onEndReached function on VirtualizedList properly fires once the user scrolls to the bottom of the list. (b869680c11)
  • Fix rendering of transparent borders in RN Android (a9659ce86d by @mdvacca)
  • Exception with Cannot load WebView message will initialising WebView (along with existing checks) (9e0d8696cc by @rachitmishra)
  • Fix accessibilityState overwriting view's disabled state on Android (f35d18caa3 by @okwasniewski)
  • Make sure *.ts files are considered for task avoidance in the Gradle Plugin (1a9fb6cb68 by @cortinico)
  • Fix missing import on New Architecture build script in template (a22f30d2ce by @cortinico)
iOS specific

Security

cortinico
published 0.0.7 •

cortinico
published 0.0.6 •

cortinico
published 0.0.5 •

cortinico
published 0.0.4 •

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc