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

[0.77] Disable useInsertionEffectsForAnimations #720

Closed
cipolleschi opened this issue Jan 14, 2025 · 0 comments
Closed

[0.77] Disable useInsertionEffectsForAnimations #720

cipolleschi opened this issue Jan 14, 2025 · 0 comments
Labels
Type Pick Request Pick requests to include commits inside a React Native release

Comments

@cipolleschi
Copy link
Collaborator

Target Branch(es)

0.77

Link to commit or PR to be picked

facebook/react-native#48668

Description

Enabling useInsertionEffectsForAnimations was causing a regression where components becomes unresponsive. This happens when the 's position is controlled by a offset and it is animated with nativeDriver.

This PR disables it to fix the regression.

@cipolleschi cipolleschi added the Type Pick Request Pick requests to include commits inside a React Native release label Jan 14, 2025
@robhogan robhogan moved this from Inbox to Triaged in React Native 0.77 Releases Jan 15, 2025
@robhogan robhogan moved this from Triaged to In Progress in React Native 0.77 Releases Jan 15, 2025
@robhogan robhogan moved this from In Progress to Done / Picked in React Native 0.77 Releases Jan 15, 2025
@robhogan robhogan closed this as completed by moving to Done / Picked in React Native 0.77 Releases Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type Pick Request Pick requests to include commits inside a React Native release
Projects
Status: Done / Picked
Development

No branches or pull requests

2 participants