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(example, windows): Define an explicit 10.0 in example project to use latest windows 10 sdk #1424

Merged
merged 3 commits into from
Jun 4, 2022

Conversation

namrog84
Copy link
Collaborator

@namrog84 namrog84 commented Jun 4, 2022

example project didn't have a defined windows 10 sdk, so for some users it might use a cached older version.
Change it to be explicitly using 10.0 (use latest installed version) to minimize any potential confusion or issue.

https://i.imgur.com/Ldfn81S.png

Compatibility

OS Implemented
Windows

Checklist

  • I have tested this on a device/simulator for each compatible OS
  • I added the documentation in README.md
  • I updated the typings files (privateTypes.ts, types.ts)
  • I added a sample use of the API (example/App.js)

Tested on a relatively fresh clone and install of things. I only have VS2022 and windows sdk versions 10.0.19041.0 and 10.0.20348.0 installed.

https://i.imgur.com/JEtmkgg.png

@namrog84 namrog84 changed the title fix(windows): Define an explicit 10.0 in example project to use latest windows 10 sdk fix(example): Define an explicit 10.0 in example project to use latest windows 10 sdk Jun 4, 2022
@namrog84 namrog84 changed the title fix(example): Define an explicit 10.0 in example project to use latest windows 10 sdk fix(example, windows): Define an explicit 10.0 in example project to use latest windows 10 sdk Jun 4, 2022
Copy link
Collaborator

@mikehardy mikehardy left a comment

Choose a reason for hiding this comment

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

looks reasonable - thanks - I have another little time window to give the windows build another shot locally to see. It's still working in CI at least, that's something :-)

@mikehardy mikehardy merged commit 92c4db6 into react-native-device-info:master Jun 4, 2022
rndi-bot pushed a commit that referenced this pull request Jun 4, 2022
## [9.0.2](v9.0.1...v9.0.2) (2022-06-04)

### Bug Fixes

* **example, windows:** Define an explicit 10.0 in example project to use latest windows 10 sdk ([#1424](#1424)) ([92c4db6](92c4db6)), closes [#1288](#1288)
@rndi-bot
Copy link
Collaborator

rndi-bot commented Jun 4, 2022

🎉 This PR is included in version 9.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

WictorWilnd added a commit to WictorWilnd/react-native-device-info that referenced this pull request Feb 27, 2023
wdavis122 added a commit to wdavis122/react-native-device-info that referenced this pull request Jun 6, 2024
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