feat(iOS, SplitView): SplitView synchronous updates#3274
Merged
Conversation
kmichalikk
approved these changes
Oct 6, 2025
kkafar
requested changes
Oct 6, 2025
This reverts commit 5752639.
kkafar
approved these changes
Oct 6, 2025
kkafar
left a comment
Member
There was a problem hiding this comment.
Let's update PR description before we land this. Beside cleanup put there a note that we require 0.82 now with this commit.
Contributor
Author
@kkafar I updated the description |
kkafar
approved these changes
Oct 6, 2025
This file contains hidden or 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
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.
Description
We have an access to API for sending synchronous state updates, which makes it possible to resolve the issue of jumping content when resizing columns in SplitView.
Caution
Our assumption is that SplitView will be supported since RN minor version 0.82, compiling it with older version may fail!
Fixes https://github.com/software-mansion/react-native-screens-labs/issues/493
Changes
UpdateMode::unstable_Immediateto SplitView shadow node state updatesScreenshots / GIFs
Before
before.mov
After
after.mov
Test code and steps to reproduce
Went through SplitView examples. Checked that it still compiles successfully with RN 0.81.
Some follow-up actions are needed to be taken:
Checklist