pinar
pinar copied to clipboard
Bump react-native from 0.73.7 to 0.74.1 in /examples
Bumps react-native from 0.73.7 to 0.74.1.
Release notes
Sourced from react-native's releases.
0.74.1
Added
iOS Specific
- Implement privacy manifest aggregation (4be1fafec8 by
@aleqsio
)Changed
- Align debugger Chrome launch flags with Meta-internal version (93956e267c by
@motiz88
)- Update "Open Debugger" to print extended Flipper guidance (261a58761c by
@huntie
)- Enable event loop by default when bridgeless is enabled (b440672468 by
@rubennorte
)- Upgrade
@react-native-community/cli
to 13.6.6 (58b1f9b2d4 by@szymonrybczak
)Android specific
- Support more stubbed methods in
BridgelessCatalystInstance
(cc1c69799e by@javache
)Fixed
- Reset animation state in TouchableOpacity and TouchableBounce (165cabb21f by
@sammy-SChttps://github.com/@sammy-
)- Add missing struct member initialization in Props.h (13739510fb by
@alanleedev
)Android Specific
- Split scheduler commit and flush delegate methods (ff4b20e823 by
@javache
)- Fixing exposing ReactDelegate through ReactActivity for reload (7a841dbcd1 by
@arushikesarwani94
)- Fix ReactActivity.getReactDelegate().reload() (56631cd471 by
@kudo
)iOS Specific
- Fix Symbol not found: (_JSGlobalContextSetInspectable) which crashed iOS <16.4 with JSC (0a4d97362f by
@cipolleschi
)- Fallback to the first foregroundInactive window when there are no
foregroundActive
windows in RCTKeyWindow (eaaf865449 by@cipolleschi
)- Fix enable hermes debugger in Bridgeless mode (3467f2f3a3 by
@Cipolleschi
)- Maintain correct content offset when scroll view is suspended (305249f964 by
@sammy-SChttps://github.com/@sammy-
)- Avoid calling abstract methods in RCTComposedViewRegistry (59e7ed5038 by
@cipolleschi
)- Honor requiresMainQueueSetup in bridgeless mode for ViewManagers (8813061286 by
@cipolleschi
)
Hermes dSYMS:
You can file issues or pick requests against this release here.
... (truncated)
Changelog
Sourced from react-native's changelog.
0.74.1
Added
iOS Specific
- Implement privacy manifest aggregation (4be1fafec8 by
@aleqsio
)Changed
- Align debugger Chrome launch flags with Meta-internal version (93956e267c by
@motiz88
)- Update "Open Debugger" to print extended Flipper guidance (261a58761c by
@huntie
)- Enable event loop by default when bridgeless is enabled (b440672468 by
@rubennorte
)- Upgrade
@react-native-community/cli
to 13.6.6 (58b1f9b2d4 by@szymonrybczak
)Android specific
- Support more stubbed methods in
BridgelessCatalystInstance
(cc1c69799e by@javache
)Fixed
- Reset animation state in TouchableOpacity and TouchableBounce (165cabb21f by
@sammy-SChttps://github.com/@sammy-
)- Add missing struct member initialization in Props.h (13739510fb by
@alanleedev
)Android Specific
- Split scheduler commit and flush delegate methods (ff4b20e823 by
@javache
)- Fixing exposing ReactDelegate through ReactActivity for reload (7a841dbcd1 by
@arushikesarwani94
)- Fix ReactActivity.getReactDelegate().reload() (56631cd471 by
@kudo
)iOS Specific
- Fix Symbol not found: (_JSGlobalContextSetInspectable) which crashed iOS <16.4 with JSC (0a4d97362f by
@cipolleschi
)- Fallback to the first foregroundInactive window when there are no
foregroundActive
windows in RCTKeyWindow (eaaf865449 by@cipolleschi
)- Fix enable hermes debugger in Bridgeless mode (3467f2f3a3 by
@Cipolleschi
)- Maintain correct content offset when scroll view is suspended (305249f964 by
@sammy-SChttps://github.com/@sammy-
)- Avoid calling abstract methods in RCTComposedViewRegistry (59e7ed5038 by
@cipolleschi
)- Honor requiresMainQueueSetup in bridgeless mode for ViewManagers (8813061286 by
@cipolleschi
)0.74.0
Breaking
- OnLayout event batching changes (57e49b584d by
@sammy-SC
)- Delete traitCast and identifier traits (1170a68755 by
@NickGerleman
)- Remove static-behaves-like-relative errata (56b9b990de by
@joevilches
)
... (truncated)
Commits
31f9d45
Release 0.74.1093a2ad
[LOCAL] Fix privacy manifest aggregatora0ed073
[LOCAL] Fix compilation error on ReactDelegate4be1faf
Implement privacy manifest aggregation (#44214)56631cd
fix ReactActivity.getReactDelegate().reload() (#44223)cc1c697
Support more stubbed methods in BridgelessCatalystInstance (#44091)58b1f9b
feat: upgrade@react-native-community/cli
to13.6.6
(#44253)8813061
HonorrequiresMainQueueSetup
in bridgeless mode for ViewManagers59e7ed5
Avoid calling abstract methods in RCTComposedViewRegistry305249f
maintain correct content offset when scroll view is suspended (#44256)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)