Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(#57): android missing action properties, ios image color #59

Merged

Conversation

mateusz1913
Copy link
Contributor

Overview

Hi, I implemented missing android menu configuration which includes attributes matching iOS behavior, android icon (can be any android drawable from app's or system resources) and *color props for action title (Android only) and action image/icon

  • android action attributes (destructive, hidden, disabled)
  • android action title color
  • android action image and image color
  • ios image color
  • readme update with new props available

Closes #57

- android action attributes (destructive, hidden, disabled)
- android action title color
- android action image and image color
- ios image color
- readme update with new props available
Copy link
Member

@Naturalclar Naturalclar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mateusz1913

Thank you so much for this change!
I've tested on both iOS and Android and it looks awesome 😍

I love the small detail you put in to make the code clean as well.

Would you mind if I add you to the @react-native-menu github org so that we could collaborate to improve on this package?
No need to be super active, just wanted to show thanks for all the help you've made so far.

@Naturalclar Naturalclar merged commit fc78b3b into react-native-menu:master Mar 25, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Destructive, Hidden, Disabled Action items for Android
2 participants