-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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] Fix color palette scroll within Cover placeholder #25734
Conversation
Size Change: 0 B Total Size: 1.18 MB ℹ️ View Unchanged
|
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.
Tested on both Android and iOS. On iOS it works as expected 🎉
On Android there's no scroll animation so I couldn't really reproduce. Also interacting with the cover block did crash the app at some point but it looks unrelated to this change. I'll keep investigating and open an issue if I find reproducible steps.
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 also don't see the scroll animation on Android, however I could produce the crash on Android before the fix, and I can not after, so I think this fix looks good. The scroll animation on iOS works for me after the fix as well, were it was previously crashing. 👍
* Release script: Update react-native-editor version to 1.38.0 * Release script: Update with changes from 'npm run core preios' * Update aztec reference to tagged release 1.3.45 * Correct BottomSheet in ModalLinkUI (#25740) * Pass shouldEnableBottomSheetScroll into ColorPalette (#25734) * Added changes from npm run native preios Co-authored-by: Luke Walczak <lukasz.walczak.pwr@gmail.com>
Description
Fixes: wordpress-mobile/gutenberg-mobile#2682
How has this been tested?
Screenshots
Types of changes
Pass
shouldEnableBottomSheetScroll
intoColorPalette
Checklist: