-
Notifications
You must be signed in to change notification settings - Fork 217
Update website to 0.82 #1144
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
Open
HariniMalothu17
wants to merge
21
commits into
microsoft:main
Choose a base branch
from
HariniMalothu17:upgardeWebsiteTo0.82
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update website to 0.82 #1144
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
8c39780
Update website to 0.82
40f780d
fix docs
c1cddf2
Restore flyout/glyph/popup in docs/ for older version fallback
19d3977
revert file changes
c78d663
revert changes
7e6dfe3
fix docs
0b5bc26
Fix docs updates
ea530b0
Update .unbroken_exclusions via fix-unbroken
98b5155
Merge branch 'main' into upgardeWebsiteTo0.82
HariniMalothu17 8cec510
Merge branch 'main' into upgardeWebsiteTo0.82
vineethkuttan 1be51c8
edit flyout component change
10f8fbb
Merge branch 'upgardeWebsiteTo0.82' of https://github.com/HariniMalot…
b922716
update config.md
3372620
Fix docs updates
609c538
remove nuget.md file
40c409e
Update .unbroken_exclusions after removing old arch content from conf…
058bb0c
Merge branch 'main' into upgardeWebsiteTo0.82
HariniMalothu17 927f438
Fix debugger docs
6491b76
Update .unbroken_exclusions after textinput banner removal
c2a093f
Fix docs pointing to old arch
976e2d0
Fix docs pointing to old arch
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,70 @@ | ||
| --- | ||
| id: version-0.82-app-publishing | ||
| title: Publishing a React Native Windows App to the Microsoft Store | ||
| original_id: app-publishing | ||
| --- | ||
|
|
||
| ## Publishing a React Native Windows App to the Microsoft Store | ||
|
|
||
| This document outlines the basic steps required to publish a React Native Windows app to the Microsoft Store. | ||
|
|
||
| For an overview of the Microsoft Store publishing process, see: | ||
| https://learn.microsoft.com/en-us/windows/apps/publish/ | ||
|
|
||
| --- | ||
|
|
||
| ### 1. Create a Partner Center account | ||
|
|
||
| Register for a developer account in Microsoft Partner Center: | ||
| https://developer.microsoft.com/microsoft-store/register/ | ||
|
|
||
| This account is required to reserve app names and submit packages to the Store. | ||
|
|
||
| --- | ||
|
|
||
| ### 2. Reserve an app name | ||
|
|
||
| Sign in to Partner Center, create a new app, and reserve a unique name. | ||
| The reserved name will be associated with your app’s package identity. | ||
|
|
||
| --- | ||
|
|
||
| ### 3. Open the Windows solution in Visual Studio | ||
|
|
||
| Open the `windows/*.sln` file generated by React Native Windows. | ||
|
|
||
| Ensure your solution includes a **Windows Application Packaging Project** for creating MSIX packages. | ||
|
|
||
| --- | ||
|
|
||
| ### 4. Generate visual assets | ||
|
|
||
| Open `Package.appxmanifest` in the packaging project and generate the required visual assets using Visual Studio. | ||
|
|
||
| --- | ||
|
|
||
| ### 5. Associate the app with the Store | ||
|
|
||
| Right-click the packaging project and select **Associate App with the Store…**. | ||
| Sign in with the same Partner Center account and select the reserved app name. | ||
|
|
||
| --- | ||
|
|
||
| ### 6. Create the Store package | ||
|
|
||
| Set the solution configuration to **Release**, then select | ||
| **Publish → Create App Packages** from the packaging project. | ||
|
|
||
| This generates an `.msixupload` file. | ||
|
|
||
| --- | ||
|
|
||
| ### 7. Submit the app | ||
|
|
||
| In Partner Center: | ||
| 1. Start a new submission | ||
| 2. Upload the `.msixupload` | ||
| 3. Complete the required Store listing and submission details | ||
| 4. Submit the app for certification | ||
|
|
||
| After certification completes, the app will be available in the Microsoft Store. |
40 changes: 40 additions & 0 deletions
40
website/versioned_docs/version-0.82/autolink-windows-cli.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| --- | ||
| id: version-0.82-autolink-windows-cli | ||
| title: react-native autolink-windows | ||
| original_id: autolink-windows-cli | ||
| --- | ||
|
|
||
| This guide will give you more information on the `autolink-windows` command of the React Native Windows CLI. | ||
|
|
||
| ## `autolink-windows` | ||
|
|
||
| The `autolink-windows` CLI command is used to link the native code and build systems for a React Native for Windows app with any native community modules it uses. | ||
|
|
||
| **Note:** Autolinking runs automatically as part of running the [run-windows command](run-windows-cli.md), unless the `--no-autolink` argument is used. | ||
|
|
||
| ### Usage | ||
| Runs Windows-specific autolinking for your RNW project. | ||
|
|
||
| ```bat | ||
| npx react-native autolink-windows | ||
| ``` | ||
| ### Options | ||
|
|
||
| Here are the options that `react-native autolink-windows` takes: | ||
| | Option | Input Type | Description | | ||
| |-----------------------|------------|--------------------------------------------------| | ||
| | `--logging` | boolean | Verbose output logging | | ||
| | `--check` | boolean | Only check whether any autolinked files need to change | | ||
| | `--sln` | string | Override the app solution file determined by 'react-native config', i.e. `windows\myApp.sln` | | ||
| | `--proj` | string | Override the app project file determined by 'react-native config', i.e. `windows\myApp\myApp.vcxproj` | | ||
| | `--no-telemetry` | boolean | Disables sending telemetry that allows analysis of usage and failures of the react-native-windows CLI | | ||
| | `-h`, `--help` | boolean | Display help for command | | ||
|
|
||
| ## Telemetry Notice | ||
|
|
||
| This command sends telemetry to Microsoft by default. You can prevent the telemetry from being sent by using the `--no-telemetry` command line option. See below for more details. | ||
|
|
||
| The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices. | ||
|
|
||
| This data collection notice only applies to the process of running the react-native-windows CLI commands. | ||
|
|
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets make sure to update with the actual release date