Skip to content
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

fix: Workaround XAML bug with ComboBox and dark theme #380

Merged

Conversation

christophpurrer
Copy link
Contributor

Currently picker does not support darkMode (at least in our XamlIsland based app).
This issues seems to be identical to: microsoft/microsoft-ui-xaml#2331.
The solution is based of https://github.com/microsoft/react-native-windows/pull/8777/files
.
Before:
1

After
2

Currently picker does not support darkMode (at least in our XamlIsland based app).
This issues seems to be identical to: microsoft/microsoft-ui-xaml#2331 (and it's fix)

See screenshots attached
@christophpurrer
Copy link
Contributor Author

@Naturalclar > Does this change look good to you?

Copy link
Contributor

@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.

@christophpurrer LGTM! thanks for the improvement!

@Naturalclar Naturalclar changed the title Workaround XAML bug with ComboBox and dark theme fix: Workaround XAML bug with ComboBox and dark theme Mar 15, 2022
@Naturalclar Naturalclar merged commit 20cac25 into react-native-picker:master Mar 15, 2022
github-actions bot pushed a commit that referenced this pull request Mar 15, 2022
# [2.4.0](v2.3.1...v2.4.0) (2022-03-15)

### Bug Fixes

* Workaround XAML bug with ComboBox and dark theme ([#380](#380)) ([20cac25](20cac25))

### Features

* Add placeholder support for Windows ([#386](#386)) ([16cdaee](16cdaee))
@Naturalclar
Copy link
Contributor

🎉 This PR is included in version 2.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@nitishagrawal-yara
Copy link

nitishagrawal-yara commented Aug 16, 2023

This issue is not fixed for Android. The same issue I am getting in android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants