Skip to content

docs: mention, that React commits blocks REA commits in KAV, KASV components#1370

Merged
kirillzyusko merged 5 commits intomainfrom
docs/mention-blocking-react-commits-problem
Mar 17, 2026
Merged

docs: mention, that React commits blocks REA commits in KAV, KASV components#1370
kirillzyusko merged 5 commits intomainfrom
docs/mention-blocking-react-commits-problem

Conversation

@kirillzyusko
Copy link
Copy Markdown
Owner

@kirillzyusko kirillzyusko commented Mar 16, 2026

📜 Description

Adds an explanation how to fix #1086

💡 Motivation and Context

The problem is caused by the fact that react commits pause reanimated commits. To fix this problem we need to enable feature flag. I tested in FabricExample project and it indeed solves the issue.

Closes #1086

📢 Changelog

Docs

  • add explanation how to fix missing animation on new arch for KeyboardAvoidingView with translate-with-padding behavior
  • add explanation how to fix missing animation on new arch for KeyboardChatScrollView

🤔 How Has This Been Tested?

Tested via preview.

📸 Screenshots (if appropriate):

image

📝 Checklist

  • CI successfully passed
  • I added new mocks and corresponding unit-tests if library API was changed

@kirillzyusko kirillzyusko self-assigned this Mar 16, 2026
@kirillzyusko kirillzyusko added the documentation Improvements or additions to documentation label Mar 16, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 16, 2026

PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-03-17 09:52 UTC

@argos-ci
Copy link
Copy Markdown

argos-ci Bot commented Mar 16, 2026

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) 👍 Changes approved 2 changed Mar 17, 2026, 9:48 AM

@kirillzyusko kirillzyusko marked this pull request as ready for review March 17, 2026 09:47
@kirillzyusko kirillzyusko merged commit 5ae72b6 into main Mar 17, 2026
14 checks passed
@kirillzyusko kirillzyusko deleted the docs/mention-blocking-react-commits-problem branch March 17, 2026 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sometimes KeyboardAvoidingView does not animate keyboard entering on iOS

1 participant