[RNMobile] Change ripple effect n BottomSheet settings#20922
Conversation
|
Size Change: 0 B Total Size: 889 kB ℹ️ View Unchanged
|
|
please also refer to this comment for more details |
etoledom
left a comment
There was a problem hiding this comment.
Thanks for this PR @jbinda !
It works as expected with the common flow, but testing with VoiceOver I had troubles. It seems that the slider is not accessible through VoiceOver anymore.
Independent from this PR, I also noticed that when the Spacer Block is selected, there's no feedback from VoiceOver on its body.
|
Here is the build with VoiceOver fix on iOS and reverted opacity ripple on Android: The cause of broken VoiceOver was passed I have also disable the ripple for iOS by set @iamthomasbishop I wonder if we should change the opacity style for Android in this PR or merge and open anther one, wdyt ?
There was some refactor on Spacer here and I didn't check how it works before that. However in my last build it still not working. After we deal with the current PR I think I will raise an issue for that and address in separate PR |
etoledom
left a comment
There was a problem hiding this comment.
Tested on iOS and Android and its working great!
Feel free to merge after @iamthomasbishop approval.
I'm also happy to test again if we decide to change Android behaviour before merging.
There was some refactor on Spacer here and I didn't check how it works before that. However in my last build it still not working. After we deal with the current PR I think I will raise an issue for that and address in separate PR
Sounds good 👍
|
Tested the latest builds on Android + iOS and it feels solid 👍. Side note: As I mentioned earlier, I would prefer the native ripple effect on Android but this works fine for now, we can always iterate on it. |
|
Thanks for checking. I have adjust title of the PR because its more refactor than a BUG specially if we also affect ripple effect for all cells in BottomSheet on iOS @pinarol wdyt, can we merge this ? |
|
Yes please, thank you @jbinda ! |
|
As spoke with @pinarol on Slack I decided to defer merging this to release 1.25. Release is merged so I also merge. |
Description
Prevent the Slider in BottomSheet settings to have ripple effect after press on its title.
Please also refer to:
Related gutenberg-mobile PR
Related gutenberg-mobile issue
How has this been tested?
Screenshots
AFTER:

BEFORE:

Types of changes
Refactor: prevent ripple effect on Slider cell in BottomSheet settings (iOS and Android)
Refactor: disable ripple effect for BottomSheet rows on iOS
Checklist: