[Snyk] Upgrade react-native from 0.76.6 to 0.78.0#32
Open
Swiatlon wants to merge 1 commit into
Open
Conversation
Snyk has created this PR to upgrade react-native from 0.76.6 to 0.78.0. See this package in npm: react-native See this project in Snyk: https://app.snyk.io/org/wierciktest/project/0655b397-2860-447e-8d3c-2993a9ff6696?utm_source=github&utm_medium=referral&page=upgrade-pr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade react-native from 0.76.6 to 0.78.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 149 versions ahead of your current version.
The recommended version was released a month ago.
Release notes
Package name: react-native
-
0.78.0 - 2025-02-19
- Codegen: Separate component array types and command array types (825492b199 by @ elicwhite)
- React Native devTools: The
- APIs: Changed visibility of
- APIs: Migrating pointerEvents API breaks compatibility for kotlin usages of this api as a val (45e4a3afce by @ mdvacca)
- APIs: Convert
- APIs: Delete unused abstract class
- APIs: Delete deprecated class
- APIs: Removed
- Image: Change Image load event size info from logical size to pixel (09995fc874 by @ zhongwuzw)
- C++: Added
- Codegen: Include cxx modules in codegen schema (cf5ab03d43 by @ elicwhite)
- Deps: Add
- Logging: Add support for the second parameter of
- Logging: Add "jsEngine: hermes" to JS runtime Error prototype (85bdd75828 by Maddie Lord)
- Metro: Add opt in for legacy Metro log streaming via
- Text: Added
- ActivityIndicator: setting
- Codegen: Fixing schema types for component command params of Arrays (25c673e357 by @ elicwhite)
- Gradle: Make the addition of JitPack repository configurable (a98528e609 by @ cortinico)
- Logging: SoftException categories (c832f94cf7 by Thomas Nardone)
- Logging: Add logging in ReactInstanceManager.onHostPause when activity is incorrectly null (c2fd35a442 by Maddie Lord)
- Runtime: Added
- Codegen: Add the
- Initialization: Implement ReactNativeFactory (081be01a5d by @ okwasniewski)
- Text: Support system font families (system-ui, ui-sans-serif, ui-serif, ui-monospace, and ui-rounded) on iOS (1763321c89 by @ cxa)
- TextInput: Integrate a new property -
- Deps: Bump Hermes (0c8e15e8bb by @ cipolleschi)
- Flow: Improved types in
- Flow: Improved types in StyleInspector and refactored a code (49e5c58c59 by @ coado)
- Flow: Improved types in ElementBox and refactored a code (2959d49e8d by @ coado)
- Flow: Improve types on BorderBox (48a7840919 by @ coado)
- Flow: Improve types on DrawerLayoutAndroid (b5155fba89 by @ huntie)
- Logging: Improved formatting of values logged via
- Runtime: Mark
- Runtime: (9aa21b5e87 by @ lunaleaps)
- TypeScript: Upgrading
- VirtualizedList: Fix item disappearing with scroll in VirtualizedList (df7b6ae092 by @ Tom910)
- Yoga: Update YGNodeStyleGetGap to return YGValue (331d99a941 by @ heoblitz)
- APIs: Introduce new public API
- Deps: Bumped Android Gradle Plugin (AGP) to 8.8.0 (4c7c836ebf by @ cortinico)
- Deps: Bump Gradle to 8.12 (5e6478954c by @ cortinico)
- Deps: Update Fresco to 3.6.0 (819b5c2c8d by @ Abbondanzo)
- Deps: Migrate jsc-android to mavenCentral (e42a3a6b84 by @ Kudo)
- Image: Replaced custom XML decoder with Fresco's built-in decoder (6feb90bb29 by @ Abbondanzo)
- Kotlin: Migrate
- Kotlin: Migrate
- Accessibility: Reduce memory allocations when computing
- CocoaPods: Properly inherit OTHER_CPLUSPLUSLAGS (fa03840e68 by @ WoLewicki)
- CocoaPods: Pin 'concurrent-ruby' to a working version (198adb47af by @ cipolleschi)
- APIs: Made
- Config: Remove as_const option (on by default) in fbsource (e5a526ff44 by @ panagosg7)
- Flow: Remove comment syntax from ReactNativeTypes (a80baac58e by @ hoxyq)
- Metro: Removed
- Animations: Removed unnecessary state updates in React to reflect the current state of looping animations. (6059660c60 by @ rubennorte)
- Animations: Animation.stop() executes when
- Animations: Fix buttons becoming unresponsive when transform is animated (2204ec94d4 by @ sammy-SC)
- C++:
- Config: Disable
- Deps: Fix peer dependencies on React types to React 19 (4368368ef5 by @ cipolleschi)
- Deps: Add missing
- Fantom: Fix a bug when fantom tests could not be run in parallel, e.g. in a stress-test. (8696b79f73 by @ mijay)
- Logging: Modified
- Text: Fixed
- Text: Fix
- APIs Re-introduce the deprecated constructor on ReactModuleInfo (734730df75 by @ cortinico)
- Dialog:
- Events: Fix crash for
- Gradle: Fixed build issue when including mapbuffer jni headers in library code (ecf17666ad by @ hannojg)
- InteropLayer: Fix execution of early InteropEvents (4ed2b35bf6 by @ mdvacca)
- JSC: Fix JSC Debug instacrashing (b10491a3c4 by @ cortinico)
- **JSC:**Fix JSC by avoiding use of unavailable
- Modal: Setting
- Networking: ReactOkHttpNetworkFetcher – cache control headers getting overwritten by the rest of the headers (81cb166d10 by @ mateoguzmana)
- React Native DevTools: Pass the bundle URL protocol when setting up HMR client on Android (32fe244744 by @ byCedric)
- Runtime: Fix BackHandle callback undefined cause crash issue (44705fe11b by @ BleemIs42)
- Runtime: Support Long values in WritableMap and WritableArray (e7f943de2f by @ WoLewicki)
- Runtime:
- Style: Fix background getting clipped when border-radius is set (6d235853fb by @ jorge-cab)
- Testing: Handling
- TextInput: Fix incorrect height of single line TextInputs without definite size (9b646c8b7b by @ NickGerleman)
- C++: Exclude Android HorizontalScrollContentView cxx component code (4adaacb4f7 by @ zhongwuzw)
- Ccache: Fix ccache not found error exporting ccache binary path as Xcode user-defined setting to be used by ccache scripts (d31ac832c5 by @ ste7en)
- CocoaPods: Resolve "Your project does not explicitly specify the CocoaPods master specs repo"
- Image: Load images even when the extension is implicit (b9f418e9bc by @ cipolleschi)
- Initialization: Allow multiple RN instances to run at the same time (444c7d4eff by @ cipolleschi)
- InteropLayer: Avoid crashing the app when the InteropLayer can't find some methods in the native implementation (3bd3f101b9 by @ cipolleschi)
- InteropLayer: Properly handle
- JSC: Fix Direct Debugging with JSC (b04d17afca by @ Saadnajmi)
- Keyboard: Enable/disable keyboard shortcuts only on iOS (8b0af4542e by @ okwasniewski)
- RefreshControl: Fix app becoming unresponsive when
- React Native DevTools: Restore "Paused in debugger" overlay icon (f30c46efbd by @ robhogan)
- Runtime: Emit
- Runtime: Fix
- Runtime: Fixed problem with accessory view & 3rd party libs (5fc582783d by @ kirillzyusko)
- Style: Dashed & dotted borders now work with overflow: hidden (1b88c5b429 by @ joevilches)
- Style: Fixed
- Xcode: Properly escape paths in Xcode build script used when bundling an app. (2fee13094b by @ kraenhansen)
- Debug
- Release
-
0.78.0-rc.5 - 2025-02-13
-
0.78.0-rc.4 - 2025-02-11
-
0.78.0-rc.3 - 2025-02-03
-
0.78.0-rc.2 - 2025-01-28
-
0.78.0-rc.1 - 2025-01-20
-
0.78.0-rc.0 - 2025-01-15
-
0.78.0-nightly-20250120-22e769147 - 2025-01-20
-
0.78.0-nightly-20250119-22e769147 - 2025-01-19
-
0.78.0-nightly-20250118-22e769147 - 2025-01-18
-
0.78.0-nightly-20250117-7278ff01d - 2025-01-17
-
0.78.0-nightly-20250115-3420eb87b - 2025-01-15
-
0.78.0-nightly-20250113-d4407d6f7 - 2025-01-13
-
0.78.0-nightly-20250113-83699228c - 2025-01-13
-
0.78.0-nightly-20250112-83699228c - 2025-01-12
-
0.78.0-nightly-20250111-83699228c - 2025-01-11
-
0.78.0-nightly-20250110-9b646c8b7 - 2025-01-10
-
0.78.0-nightly-20250109-cfec590f6 - 2025-01-09
-
0.78.0-nightly-20250108-ec72af403 - 2025-01-08
-
0.78.0-nightly-20250107-c8552519b - 2025-01-07
-
0.78.0-nightly-20250106-e99b47ce4 - 2025-01-06
-
0.78.0-nightly-20250105-b867c01fa - 2025-01-05
-
0.78.0-nightly-20250104-a6e6f5e86 - 2025-01-04
-
0.78.0-nightly-20250103-3a7aed6ed - 2025-01-03
-
0.78.0-nightly-20250102-93117ea1b - 2025-01-02
-
0.78.0-nightly-20250101-93117ea1b - 2025-01-01
-
0.78.0-nightly-20241231-a3c8e2137 - 2024-12-31
-
0.78.0-nightly-20241230-85bdd7582 - 2024-12-30
-
0.78.0-nightly-20241229-85bdd7582 - 2024-12-29
-
0.78.0-nightly-20241228-85bdd7582 - 2024-12-28
-
0.78.0-nightly-20241227-fcf3c8cab - 2024-12-27
-
0.78.0-nightly-20241226-fcf3c8cab - 2024-12-26
-
0.78.0-nightly-20241225-fcf3c8cab - 2024-12-25
-
0.78.0-nightly-20241224-974fdf9a3 - 2024-12-24
-
0.78.0-nightly-20241223-5b6e35afd - 2024-12-23
-
0.78.0-nightly-20241222-5b6e35afd - 2024-12-22
-
0.78.0-nightly-20241221-66342d3cc - 2024-12-21
-
0.78.0-nightly-20241220-23eb06f66 - 2024-12-20
-
0.78.0-nightly-20241219-b8f3f919c - 2024-12-19
-
0.78.0-nightly-20241218-f8119fc52 - 2024-12-18
-
0.78.0-nightly-20241217-03a1246c3 - 2024-12-17
-
0.78.0-nightly-20241216-2fee13094 - 2024-12-16
-
0.78.0-nightly-20241215-00c7174c2 - 2024-12-15
-
0.78.0-nightly-20241214-00c7174c2 - 2024-12-14
-
0.78.0-nightly-20241213-06751aa0d - 2024-12-13
-
0.78.0-nightly-20241212-7000b9b76 - 2024-12-12
-
0.78.0-nightly-20241211-7d771de8a - 2024-12-11
-
0.78.0-nightly-20241210-6d235853f - 2024-12-10
-
0.78.0-nightly-20241209-4165884b7 - 2024-12-09
-
0.78.0-nightly-20241208-4165884b7 - 2024-12-08
-
0.78.0-nightly-20241207-6200a4d33 - 2024-12-07
-
0.78.0-nightly-20241206-7a81fd7a8 - 2024-12-06
-
0.78.0-nightly-20241205-f402ed17f - 2024-12-05
-
0.78.0-nightly-20241204-949d229b5 - 2024-12-04
-
0.78.0-nightly-20241203-bfc8b3391 - 2024-12-03
-
0.78.0-nightly-20241202-91e217ff5 - 2024-12-02
-
0.78.0-nightly-20241201-91e217ff5 - 2024-12-01
-
0.78.0-nightly-20241130-91e217ff5 - 2024-11-30
-
0.78.0-nightly-20241129-5ff59b448 - 2024-11-29
-
0.78.0-nightly-20241128-5da7089e3 - 2024-11-28
-
0.78.0-nightly-20241127-40c194cf4 - 2024-11-27
-
0.77.2 - 2025-03-25
- Codegen: Add the
- DevTools: Fix disconnections of DevTools when the network is under significant strain. (b0974135bf by @ vzaidman)
- CLI: Fix registering of
- 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
- TextInput: Fix crashes when any text is entered while running as iOS app on apple silicon mac (8d7aca30e7 by @ zhongwuzw)
- Debug
- Release
-
0.77.1 - 2025-02-13
-
0.77.0 - 2025-01-21
-
0.77.0-rc.7 - 2025-01-16
-
0.77.0-rc.6 - 2025-01-06
-
0.77.0-rc.5 - 2024-12-30
-
0.77.0-rc.4 - 2024-12-23
-
0.77.0-rc.3 - 2024-12-17
-
0.77.0-rc.2 - 2024-12-10
-
0.77.0-rc.1 - 2024-12-04
-
0.77.0-rc.0 - 2024-11-26
-
0.77.0-nightly-20241126-f70c3cae5 - 2024-11-26
-
0.77.0-nightly-20241125-4cffff35e - 2024-11-25
-
0.77.0-nightly-20241125-2781888d2 - 2024-11-25
-
0.77.0-nightly-20241125-24b0ded3c - 2024-11-25
-
0.77.0-nightly-20241124-d4d1eb9bb - 2024-11-24
-
0.77.0-nightly-20241123-1fed2cfde - 2024-11-23
-
0.77.0-nightly-20241122-e4d8c9678 - 2024-11-22
-
0.77.0-nightly-20241121-550b0c0ed - 2024-11-21
-
0.77.0-nightly-20241120-a865975ce - 2024-11-20
-
0.77.0-nightly-20241119-fbe4c0ed3 - 2024-11-19
-
0.77.0-nightly-20241118-89a7238ac - 2024-11-18
-
0.77.0-nightly-20241118-3986eefed - 2024-11-18
-
0.77.0-nightly-20241117-6f1c2a512 - 2024-11-17
-
0.77.0-nightly-20241116-38fb83ca8 - 2024-11-16
-
0.77.0-nightly-20241115-74ed831a3 - 2024-11-15
-
0.77.0-nightly-20241114-316170ce8 - 2024-11-14
-
0.77.0-nightly-20241113-d3c5446a6 - 2024-11-13
-
0.77.0-nightly-20241112-16eb53bef - 2024-11-12
-
0.77.0-nightly-20241111-a9a1c86a9 - 2024-11-11
-
0.77.0-nightly-20241110-44d619414 - 2024-11-10
-
0.77.0-nightly-20241109-7794d7af4 - 2024-11-09
-
0.77.0-nightly-20241108-cbab004eb - 2024-11-08
-
0.77.0-nightly-20241107-0ca2ba082 - 2024-11-07
-
0.77.0-nightly-20241106-b7ec7523c - 2024-11-06
-
0.77.0-nightly-20241105-fe656be26 - 2024-11-05
-
0.77.0-nightly-20241104-7211119d2 - 2024-11-04
-
0.77.0-nightly-20241103-7211119d2 - 2024-11-03
-
0.77.0-nightly-20241102-7211119d2 - 2024-11-02
-
0.77.0-nightly-20241101-65cdd5b82 - 2024-11-01
-
0.77.0-nightly-20241031-3a01a0c9c - 2024-10-31
-
0.77.0-nightly-20241030-e79713524 - 2024-10-30
-
0.77.0-nightly-20241029-4076dbfc8 - 2024-10-29
-
0.77.0-nightly-20241028-dc2000c87 - 2024-10-28
-
0.77.0-nightly-20241027-dc2000c87 - 2024-10-27
-
0.77.0-nightly-20241026-33e1ae13f - 2024-10-26
-
0.77.0-nightly-20241025-e851e73c1 - 2024-10-25
-
0.77.0-nightly-20241024-538bff710 - 2024-10-24
-
0.77.0-nightly-20241023-aadb1d9eb - 2024-10-23
-
0.77.0-nightly-20241022-363818ea2 - 2024-10-22
-
0.77.0-nightly-20241021-5697d923a - 2024-10-21
-
0.77.0-nightly-20241020-e7a3f479f - 2024-10-20
-
0.77.0-nightly-20241019-f3e37e29e - 2024-10-19
-
0.77.0-nightly-20241018-398512a4e - 2024-10-18
-
0.77.0-nightly-20241016-557e3447f - 2024-10-16
-
0.77.0-nightly-20241015-3485e9ed8 - 2024-10-15
-
0.77.0-nightly-20241014-60bc3c5ae - 2024-10-14
-
0.77.0-nightly-20241013-9ba6237bf - 2024-10-13
-
0.77.0-nightly-20241011-b69a92e2c - 2024-10-11
-
0.77.0-nightly-20241010-0d6908f4e - 2024-10-10
-
0.77.0-nightly-20241009-e4814b0d6 - 2024-10-09
-
0.77.0-nightly-20241008-40a4feb68 - 2024-10-08
-
0.77.0-nightly-20241007-d0912ed06 - 2024-10-07
-
0.77.0-nightly-20241006-352c06358 - 2024-10-06
-
0.77.0-nightly-20241005-0b0ac81fb - 2024-10-05
-
0.77.0-nightly-20241004-309cdea33 - 2024-10-04
-
0.77.0-nightly-20241002-d19a2178b - 2024-10-02
-
0.77.0-nightly-20241001-223e98cc4 - 2024-10-01
-
0.77.0-nightly-20240930-513e9669e - 2024-09-30
-
0.77.0-nightly-20240929-513e9669e - 2024-09-29
-
0.77.0-nightly-20240928-513e9669e - 2024-09-28
-
0.77.0-nightly-20240925-0cb32d5ac - 2024-09-25
-
0.77.0-nightly-20240924-fc8224036 - 2024-09-24
-
0.77.0-nightly-20240923-bd323929d - 2024-09-23
-
0.77.0-nightly-20240922-bd323929d - 2024-09-22
-
0.77.0-nightly-20240921-1747f57c6 - 2024-09-21
-
0.77.0-nightly-20240920-1288e3842 - 2024-09-20
-
0.77.0-nightly-20240919-0fe234cb6 - 2024-09-19
-
0.77.0-nightly-20240918-bebd6531b - 2024-09-18
-
0.77.0-nightly-20240917-51673e41a - 2024-09-17
-
0.77.0-nightly-20240916-7bd4a5496 - 2024-09-16
-
0.77.0-nightly-20240915-afb40e9f2 - 2024-09-15
-
0.77.0-nightly-20240914-6bcaa0974 - 2024-09-14
-
0.77.0-nightly-20240913-5e288d0cd - 2024-09-13
-
0.77.0-nightly-20240912-c94246970 - 2024-09-12
-
0.77.0-nightly-20240911-a05f9c677 - 2024-09-11
-
0.76.8 - 2025-03-26
- FormData: Remove non compliant
- DevX: Disconnections of DevTools when the network is under significant strain. (08c04147ba by @ vzaidman)
- JS: Fix
- JS: Fix
- 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
- 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)
- Debug
- Release
-
0.76.7 - 2025-02-05
-
0.76.6 - 2025-01-09
from react-native GitHub release notesBreaking
FuseboxClient.setClientMetadataCDP method is removed. Instead, useReactNativeApplication.enable. (1a9780f0e3 by @ huntie)Android specific
FrescoBasedReactTextInlineImageViewManagerto internal (d5f33c19cb by @ alanleedev)RootViewto Kotlin (21c9491926 by @ fabriziocucci)GuardedResultAsyncTask(67bff8734f by @ mdvacca)FabricViewStateManager(b25b65ba19 by @ mdvacca)ComponentNameResolverfrom public API (a4849cb3d6 by @ mdvacca)iOS specific
Added
RawValue(Runtime*, jsi::Value&)constructor to make aRawValuefrom ajsi::Value. (03d2186ace by @ hannojg)jest-diff v29.7.0to devDependencies (b27bd00a38 by @ andrewdacenko)console.tableto specify a list of columns to print in the table. (fd0894b1c7 by @ rubennorte)--client-logsflag (86db4fa90b by @ huntie)pointerEventstoTextPropstype. (3efbe33ce0 by @ hyochan)Android specific
resource-idfrom thetestIDprop (87b1bad45e by @ mateoguzmana)getStatemethod forStateWrapperImpl(ed36e896ac by @ hannojg)iOS specific
sourceparameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @ cipolleschi)disableKeyboardShortcuts. It can disable the keyboard shortcuts on iPads. (0154372b93 by @ rezkiy37)Changed
BoxInspectorand refactored a code (f832c450a5 by @ coado)console.table(including Markdown format). (7154c62afb by @ rubennorte)intersectionRectrequired inNativeIntersectionObserverEntryto reflect native logic. (8681fc2ab2 by @ lunaleaps)typescript-configmodule version toesnext(5370347f54 by @ mateoguzmana)Android specific
ViewManagerInterface(40a0cdbc99 by @ mdvacca)ComponentNameResolverto kotlin (385b9f4265 by @ mdvacca)ReactSwitchManagerto Kotlin (b886bc4db9 by @ krozniata)iOS specific
accessibilityLabel(74bdab8bd8 by @ sparga)Removed
Android specific
ReactCookieJarContainerinternal. (18ebea533d by @ javache)JSCHeapCapturemodule, deprecated PackagerCommandListener#onCaptureHeapCommand (e06fa5d102 by @ javache)Fixed
animatedShouldUseSingleOpis enabled. (746d584a23 by @ javache)JSBigFileStringfails for non-zero offset arguments (7d0338cb0b by @ jwajgelt)react-in-jsx-scoperule in eslint config (ea56c432b7 by @ matinzd)invariantdependency (ee8088b615 by @ tido64)console.tableto avoid mutating the received argument. (caa77fbe2b by @ rubennorte)adjustsFontSizeToFitnot working for text with a single character (47822e9048 by @ j-piasecki)maxFontSizeMultiplierprop onTextandTextInputcomponents in Fabric / New Architecture (ea49d4d1b01107a5ecbbbd4904f1d935e51d6b32 by @ RickardZrinski)Android specific
FLAG_SECUREnot respected in Modal dialog (7e029b0dcf by @ mateoguzmana)setEventEmitterCallbackNoSuchMethodError on API lvl 26 (7dcbc799eb by @ cortinico)str.replaceAll()(b5b9e032c2 by @ robhogan)resource-idfromtestIDprop (52b6592559 by @ mateoguzmana)SetColorSchemeshould be called on the UI thread (2aa79979d3 by lihaitao)testIDcorrectly for horizontal scroll view (81c74cd35f by @ mateoguzmana)iOS specific
pod installwarning (2f2281718a by @ noway)nullvalue in TurboModule Interop layer (ebfd7057af by @ cipolleschi)RefreshControlis used inside of (6cb2684b43 by @ sammy-SC)didUpdateDimensionscorrectly (920867d949 by TobiasH)applicationDidEnterBackgroundnot being called (adaceba546 by @ alextoudic)centerContentlosing taps and causing jitter (fe7e97a2fd by @ gaearon)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.
Added
iOS specific
sourceparameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @ cipolleschi)Fixed
startandbundlecommands with community CLI and isolated node_modules. (1f002f9999 by @ robhogan)Android specific
iOS specific
nilfor nullable parameters instead ofNSNullfor legacy modules (619d5dfbb2 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.76.8
Fixed
filename*attribute in a FormDatacontent-dispositionheader (9e846b4d11 by @ foyarash)react-native-community/clinot being found in pnpm setups (9ba96ad79d6 by @ tido64)react-native-community/cli-platform-*packages not being found in monorepos (ffe7bd1471 by @ tido64)Android specific
startandbundlecommands with community CLI and isolated node_modules. (b9c4095e40 by @ robhogan)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.
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: