-
Notifications
You must be signed in to change notification settings - Fork 583
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
feat: Long-press artwork context menu for Android #11359
base: main
Are you sure you want to change the base?
feat: Long-press artwork context menu for Android #11359
Conversation
87895ca
to
c44814b
Compare
<Box pr={2}> | ||
<RouterLink |
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.
Moving ContextMenuArtwork
inside RouterLink
so RouterLink's onPress
still works.
`, | ||
}) | ||
|
||
describe("on Android", () => { |
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 was not able to test the context menu on iOS with react-native-context-menu-view
.
This PR resolves ONYX-1474
Description
This implements the Artwork card long-press context menu for Android using a bottom sheet.
AREnableArtworkCardContextMenuAndroid
Screenshots
Android
iOS
PR Checklist
To the reviewers 👀
Changelog updates
Changelog updates
Cross-platform user-facing changes
iOS user-facing changes
Android user-facing changes
Dev changes
Need help with something? Have a look at our docs, or get in touch with us.