Skip to content

Conversation

@MatiPl01
Copy link
Owner

@MatiPl01 MatiPl01 commented Oct 26, 2025

Description

Flickering was caused by the animated style assigned on the same view as the entering layout animation. Unfortunately, the two shouldn't be mixed. I moved the overridden cell dimensions to the outer view to keep the inner Animated.View having only entering and exiting animations.

Example recordings

Before After
Simulator.Screen.Recording.-.iPhone.17.Pro.-.2025-10-27.at.00.14.07.mp4
Simulator.Screen.Recording.-.iPhone.17.Pro.-.2025-10-27.at.00.13.26.mp4

@MatiPl01 MatiPl01 self-assigned this Oct 26, 2025
@vercel
Copy link

vercel bot commented Oct 26, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
react-native-sortables-docs Ignored Ignored Oct 26, 2025 11:09pm

@MatiPl01 MatiPl01 changed the title fiz: Entering layout animation flickering fix: Entering layout animation flickering Oct 26, 2025
@github-actions github-actions bot added the fix label Oct 26, 2025
@MatiPl01 MatiPl01 merged commit a088626 into main Oct 26, 2025
14 of 15 checks passed
@MatiPl01 MatiPl01 deleted the fix/entering-layout-animation-flickering branch October 26, 2025 23:17
MatiPl01 added a commit that referenced this pull request Oct 27, 2025
## Description

Fix applied in the #509 PR broke grid layout on web. This PR adds more
necessary changes to ensure that web works as well.
MatiPl01 pushed a commit that referenced this pull request Oct 27, 2025
## [1.9.3](v1.9.2...v1.9.3) (2025-10-27)

### Bug Fixes

* Entering layout animation flickering ([#509](#509)) ([a088626](a088626))
* Fix Tried to synchronously call a non-worklet function ([#507](#507)) ([8d32a45](8d32a45))
* Grid layout issues on web ([#510](#510)) ([dc9c3cd](dc9c3cd)), closes [#509](#509)
@MatiPl01
Copy link
Owner Author

🎉 This issue has been resolved in version 1.9.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants