You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: