New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-codegen

Package Overview
Dependencies
Maintainers
11
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-codegen - npm Package Versions

234

0.70.7

Diff
cipolleschi
published 0.70.7 •

Changelog

Source

v0.70.7

Fixed

Android specific
  • Mitigation for Samsung TextInput Hangs (be69c8b5a7 by @NickGerleman)
iOS Specific
  • Fix the potential race condition when dismissing and presenting modal (279fb52e03 by @wood1986)

Added

Android Specific
  • Add POST_NOTIFICATIONS and deprecate POST_NOTIFICATION (b5280bbc93 by @dcangulo)
react-native-bot
published 0.71.6 •

Changelog

Source

v0.71.6

Fixed

iOS specific
cipolleschi
published 0.71.5 •

Changelog

Source

v0.71.5

Changed

  • Bump CLI to 10.2.2 and Metro to 0.73.9 (4c3bc24893 by @kelset), contains:
    • CLI fix: correctly list ios devices and simulators (relevant PR)
    • Metro fix: fix watching contents of new directories in NodeWatcher (ab86982 by @robhogan)
Android specific
iOS specific

Fixed

Android specific
iOS specific
  • Give precedence to textContentType property for backwards compat as mentioned in https://github.com/facebook/react-native/issues/36229#issuecomment-1470468374 (c0abff11b6 by @lunaleaps)
  • Blob data is no longer prematurely deallocated when using blob.slice (36cc71ab36 by @awinograd)
react-native-bot
published 0.71.4 •

Changelog

Source

v0.71.4

Changed

  • Make FlatList permissive of ArrayLike data (c03de97fb4 by @NickGerleman)
  • Bumping RNGP to ^0.71.16 (3df4a79c3d by @kelset)
  • Update CLI to 10.2.0, Metro to 0.73.8 (20a6fbd373 by @robhogan) - contains:
    • fix: Source maps may have invalid entries when using Terser minification. ((metro/#928)[https://github.com/facebook/metro/pull/928])
    • fix: Mitigate potential source map mismatches with concurrent transformations due to terser#1341. ((metro/#929)[https://github.com/facebook/metro/pull/929])
  • Bump Hermes Version (291cc0af10) - contains:
    • use ConsecutiveStringStorage to dedup serialized literals (62d58e)
    • Remove register stack size override in hermes.cpp (6146eb)
    • fix: specify currency in locale identifier when formatting currency plural (21f15c)
    • Increase default max stack size (ee2588)
    • Refactor HBC test helper (31fdcf)
Android specific

Fixed

Android specific
cipolleschi
published 0.71.3 •

Changelog

Source

v0.71.3

Changed

Fixed

  • (codegen) Add missing C++ include for prop conversion of complex array type (92fc32aa by @rshest)
Android specific
iOS specific
dmitryrykun
published 0.72.0 •

Changelog

Source

v0.72.0

Breaking

iOS specific
  • Generates RNCore components inside the ReactCommon folder and create a new pod for platform-specific ImageManager classes (5d175c6775 by @cipolleschi)
  • Moved the RCTAppSetupUtils to the AppDelegate library to break a dependency cycle (36a64dc2bd by @cipolleschi)
  • Split the ReactCommon/react/nativemodule/core/platform/ios and ReactCommon/react/nativemodule/samples in two separate pods to break circular dependencies. (21d530208f by @cipolleschi)

Added

  • Improve handling of invalid DimensionValue usage (02e29abead by @NickGerleman)
  • Add new JS performance API to support getting RN app startup timings (c1023c73b0)
  • Add performance memory API with native memory Info (70fb2dce45)
  • Added Web-compatible DOMRect and DOMRectReadOnly classes to the global scope. (673c7617bc by @rubennorte)
  • Add onStartReached and onStartReachedThreshold to VirtualizedList (7683713264 by @janicduplessis)
  • Added setColorScheme to Appearance module (c18566ffdb, (0a4dcb0309 by @birkir)
  • Add logical border block color properties (597a1ff60b by @gabrieldonadel)
  • Add logical border-radius implementation (4ae4984094 by @gabrieldonadel)
  • Added CSS logical properties. (3681df2878 by @necolas)
  • Concurrent rendering safe implementation of Animated (5cdf3cf726, (5e863fc42c by @sammy-SC)
  • Create explicit error message for TypeScript functions used as props in Codegen components, redirecting devs to the supported function types BubblingEventHandler and DirectEventHandler. (dc2cbed07c by @gtomitsuka)
  • Generate enum types that would be allowed to be used as well as string/number in c++ turbo modules generators (ceb1d0dea6 by @vzaidman)
  • Add enum example to Android/iOS rn-tester TurboModule (7c82a3fa11 by @christophpurrer)
  • Allow the use of "Partial<T>" in Turbo Module specs. (97e707d897 by @vzaidman)
  • Added newline to UTFSequence (9cf35bfcc4)
  • Added "coverage" folder generated from jest --coverage to .gitignore (7324c22ff9 by @Adnan-Bacic)
  • Add support for getting/setting reload-and-profile-related settings in iOS + Android (96d6680e00)
  • For supporting Dev Loading View across platforms, adding the DevLoadingViewController without an activity/context. (662b51fad2)
  • Pass DevTools Settings Manager to connectToDevTools (a9bed8e75d)
  • React-native-code-gen Add Union Type support for Java/ObjC TurboModules (2eccd59d7c by @christophpurrer)
  • Making Dev Loading View cross platform by abstracting out the activity/context logic from the controller in a polymorph class. (1a4fa92b25)
  • Added CSS logical properties by mapping layout props. (cf3747957a by @mayank-96)
  • Add, but don't use, DevTools Settings Manager. (6152763398)
Android specific
  • Adding pager, scrollview, viewgroup, webview, drawer accessibility roles (55c0df43b9 by @fabriziobertoglio1987)
  • Add TYPE_VIEW_HOVER_ENTER to AccessibilityNodeInfo sendAccessibilityEvent (a0adf57e50 by @fabriziobertoglio1987)
  • Add maintainVisibleContentPosition support on Android (c19548728c by @janicduplessis)
  • For supporting Dev Loading View across multiple platforms, changing the Loading View of Android to rely on the native implementation instead of Toast while keeping backwards comptability. (9f6b532bdb)
  • For supporting Dev Loading View across multiple platforms, adding native implementation for showMessage() & hide() of Dev Loading Module (4923a0997b)
  • For supporting Dev Loading View across multiple platforms, altering the javascript implementation of Loading view of android to also rely on native implementation as iOS instead of Toast, thereby unifying both platforms (068a20842d)
  • Added possibility to mark Fresco image pipeline as already initialized (605a52fe3e by @oprisnik)
  • Support generating getName in react-native-codegen for Java TurboModules (90538909f9 by @javache)
  • Override default Talkback automatic content grouping and generate a custom contentDescription (759056b499 by @fabriziobertoglio1987)
  • Enable AnimatedInterpolation to interpolate arbitrary color types. (e7dbfb2dbd by @javache)
  • Added getter for line height in CustomLineHeightSpan (2d2f9da80b)
  • Add POST_NOTIFICATIONS permission to AndroidManifest of RNTester (c84cc4b46c by @makovkastar)
iOS specific

Changed

Android specific
iOS specific

Deprecated

iOS specific
  • Deprecate the ReactCommon/react/renderer/graphics/conversions.h in favor of ReactCommon/react/core/graphicsConversions.h (d72697ca95 by @cipolleschi)

Removed

Android specific
iOS specific

Fixed

Android specific
iOS specific

Security

iOS specific
dmitryrykun
published 0.71.2 •

Changelog

Source

v0.71.2

Added

Changed

  • Bump react-native-gradle-plugin to ^0.71.14 in core, @react-native-community/eslint-config to ^3.2.0 in starting template (785bc8d97b by @kelset)

Fixed

Android specific
iOS specific
cipolleschi
published 0.71.1 •

Changelog

Source

v0.71.1

Added

Android specific
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.6 •

Changelog

Source

v0.70.6

Fixed

  • Fixed regression: @jest/create-cache-key-function dependency was inadvertedly bumped to 29.x. We are bringing it back to 27.0.1. (fb0e88beb9 by @kelset)

Changed

iOS specific
dmitryrykun
published 0.0.18 •