-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
React Native Windows 0.65 support #170
Labels
bug
Something isn't working
Comments
|
@tero-paananen Could you open a Pull request for it? |
I will try on next week |
5 tasks
We were running into the same issue. I submitted a PR to fix this as RNLocalize just doesn't even need or use the dependency. |
Fixed by the latest release. Thanks @namrog84 ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug summary
React Native Windows 0.65 uses WinUI 2.6 https://github.com/microsoft/react-native-windows/releases/tag/react-native-windows_v0.65.0 and that conflicts to WinUI version used in this module
<package id="Microsoft.UI.Xaml" version="2.3.191129002" targetFramework="native" />
I had to update version to 2.6 to get my project build. I got error like this microsoft/microsoft-ui-xaml#3017.
Library version
2.1.4
Environment info
Steps to reproduce
Reproducible sample code
The text was updated successfully, but these errors were encountered: