Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.16.7 #6879

Merged
merged 12 commits into from
Jan 13, 2025
Merged

Release 3.16.7 #6879

merged 12 commits into from
Jan 13, 2025

Conversation

tomekzaw
Copy link
Member

@tomekzaw tomekzaw commented Jan 9, 2025

tomekzaw and others added 5 commits January 9, 2025 09:36
…tructor on Android (#6877)

## Summary

This PR adds a comment in `ReactModuleInfo` constructor in
ReanimatedPackage.java.

We set `canOverrideExistingModule` to `true` because Reanimated
overrides `UIManagerModule`.

## Test plan
This PR removes `shouldYield` commit option that was used in
`ShadowTree::commit` in `ReanimatedModuleProxy::performOperations`.

The reason for the change is that `shouldYield` commit option has been
removed in RN 0.77 in
facebook/react-native#47191.
This PR removes `#include <react/utils/CoreFeatures.h>` in
ReanimatedModuleProxy.cpp which breaks build on RN 0.77.

See also facebook/react-native#45626
@tomekzaw tomekzaw added Check compatibility Trigger a time-consuming compatibility check action and removed Check compatibility Trigger a time-consuming compatibility check action labels Jan 9, 2025
@tomekzaw tomekzaw force-pushed the @tomekzaw/releases/3.16.7 branch from c2e1b97 to c4834f5 Compare January 9, 2025 09:46
@tomekzaw tomekzaw added the Check compatibility Trigger a time-consuming compatibility check action label Jan 9, 2025
@tomekzaw tomekzaw force-pushed the @tomekzaw/releases/3.16.7 branch from 415e2bd to 502fec1 Compare January 9, 2025 13:07
piaskowyk and others added 3 commits January 10, 2025 11:56
## Summary

The method findHostInstance in [email protected] has been moved from a
named export to the default export. This PR fix compatibility issue.

## Test plan

Run application with `[email protected]`
## Summary

This PR adds a missing null check for certain components that do not
contain the `_componentRef` field. This can happen for example when you
uses `useAnimatedRef` with FlashList.

## Test plan

Use FlashList as a animated component
@tomekzaw tomekzaw added Check compatibility Trigger a time-consuming compatibility check action and removed Check compatibility Trigger a time-consuming compatibility check action labels Jan 12, 2025
@tomekzaw tomekzaw marked this pull request as ready for review January 13, 2025 08:15
@tomekzaw tomekzaw merged commit 8a7d4c8 into 3.16-stable Jan 13, 2025
102 of 170 checks passed
@tomekzaw tomekzaw deleted the @tomekzaw/releases/3.16.7 branch January 13, 2025 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Check compatibility Trigger a time-consuming compatibility check action
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants