react-native-menu / menu

UIMenu Component for React Native
MIT License
995 stars 58 forks source link

Weird UI on Android 13 #545

Open neilanthonyte opened 1 year ago

neilanthonyte commented 1 year ago
Screenshot 2023-06-28 at 7 47 36 AM

The UI looks weird on android 13 . . is there a way to correct this? Thanks

neilanthonyte commented 1 year ago

apparently the phone was set to dark mode . . is there a way to not follow the phone settings?

Nantris commented 1 year ago

Agreed it should have a way to opt out of the system preferences. Users make exceptions for some apps (if the app offers an option) and this breaks that model.

vonovak commented 5 months ago

Hi! I think this package could help: https://github.com/vonovak/react-native-theme-control

Kasendwa commented 1 day ago

@vonovak actually this package doesn't resolve the matter. I have it installed but still menu items return in black against the dark background for dark mode.

Kasendwa commented 1 day ago

My bad @vonovak. Something was setting the static color in the base AppTheme. So, even the library stood no chance at fixing this.

Resolved now. You're right.

fredrikburmester commented 18 hours ago

Hi, could you expand on how you solved this, I have the same issue. @Kasendwa