-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Release 3.16.7 #6879
Conversation
This file contains 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
…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
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
force-pushed
the
@tomekzaw/releases/3.16.7
branch
from
January 9, 2025 09:46
c2e1b97
to
c4834f5
Compare
tomekzaw
added
the
Check compatibility
Trigger a time-consuming compatibility check action
label
Jan 9, 2025
tomekzaw
force-pushed
the
@tomekzaw/releases/3.16.7
branch
from
January 9, 2025 13:07
415e2bd
to
502fec1
Compare
## 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
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
piaskowyk
approved these changes
Jan 13, 2025
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.
Summary
Cherry-picks:
CoreFeatures.h
include #6875shouldYield
commit option #6876canOverrideExistingModule
inReactModuleInfo
constructor on Android #6877findHostInstanceFastPath
#6884Other notable changes:
JSCallInvoker
instead ofRuntimeExecutor
COPY_CAPTURE_WITH_THIS
in NativeReanimatedModule.cppPackage build: https://github.com/software-mansion/react-native-reanimated/actions/runs/12732744979
Test plan