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.
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
[RNMobile] Adjust new borders implementations to columns PR #21073
[RNMobile] Adjust new borders implementations to columns PR #21073
Changes from all commits
1acf841
ea78723
21f11c8
db92a0c
b337fb4
413e4a7
cf924e8
cfca28e
87e493a
5cc2190
89873ba
e14e8ca
4268f57
69eec82
67bb907
55c6e17
a760d74
2f9ec61
e966382
39eb44a
316f79d
295c391
9b27c32
a1479e5
9599f88
f1b7c0f
41fda77
be8b42c
de9ad00
58b1e39
cba5e96
3047ea8
7f6f069
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have checked and this also works for more than 2
columnsInRow
.However we need to implement ideal version of FloatingToolbar because it breaks the layout when there is no enough space (it has minWIdth and the Column container is stretch to this sizes - see below screen). It's not something we need to change here just as reminder)
Unselected Columns layout
Selected Column with broken Columns layout
Selected Column with proper Columns layout after disable FloatingToolbar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it's known issue and exists also in buttons block