-
Notifications
You must be signed in to change notification settings - Fork 212
New Native Platform docs describing the cpp-lib template
#1032
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3cd1c4f to
407a1e1
Compare
ed6bc22 to
99818c1
Compare
99818c1 to
c1184f3
Compare
cpp-lib template
JesseCol
reviewed
May 28, 2025
JesseCol
reviewed
May 28, 2025
jonthysell
commented
May 29, 2025
Co-authored-by: Tatiana Kapos <tatianakapos@microsoft.com>
jonthysell
added a commit
that referenced
this pull request
May 29, 2025
## Description This PR cleans reformats the native code in NativeModuleSample and removed the workarounds for not having SetViewFeatures when it was created. ### Why While working on PR #1032, I needed as clean examples as possible to copy into the new docs. ## Screenshots N/A
TatianaKapos
approved these changes
Jun 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR creates new "Native Platform" docs to capture using the new
cpp-libtemplate to add Windows support libraries for both Native Modules and Native Components. This PR also moves the existing "Native Module" docs to a "Legacy Docs" section on the sidebar - each is also given a link to direct devs toward the new docs.Why
The current "Native Module" docs may or may not be relevant with the new template - this PR is to move the focus off of those docs (without deleting them just yet) and have clean updated docs that describe how to use the new template.
Resolves #982
Resolves #999
Screenshots
N/A