-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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] BottomSheet controls #17569
[RNMobile] BottomSheet controls #17569
Conversation
1e8640f
to
5aafa7d
Compare
@etoledom I have open PR to review and target to |
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.
Nice job @jbinda !
Tested TextControl
, ToggleControl
and SelectControl
on both iOS and Android and they just work beautifully 🎉
Note: Added a comment on code to be fixed before merging, but overall looks great.
Regarding the failing test, it's a known issue that a test regarding autosave might fail. #17652 (comment)
I've re-triggered CI (a few times) now they are all passing 🎉 |
thanks ! shall we merge it ? :) |
Description
PR is connected with #1365 in gutenberg-mobile.
Please also refer to:
Related gutenberg-mobile PR
merge this PR first [RNMobile] add RangeControl mobile implementation and [RNMobile] refactor InspectorControls
It presents ability to select all parents in cascade way (according to the way how selecting in groups works on web version)
How has this been tested?
Manual test on Android and iOS plus CI tests
Types of changes
Adds new layer on top of
BottomSheet.Cells
to use controls placed inBottomSheet
in the same way asSidebar
controls in web version.Checklist: