You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create WinRT docs for New Architecture builds in CI (#14670)
## Description
Makes sure we also run the task to create WinRT docs in CI with New Architecture builds.
### Type of Change
- New feature (non-breaking change which adds functionality)
### Why
What is the motivation for this change? Add a few sentences describing the context and overall goals of the pull request's commits.
Resolves#14669
### What
Added the CreateApiDocs flag to fabric configurations to the universal matrix
## Screenshots
N/A
## Testing
Verified the docs became available
## Changelog
Should this change be included in the release notes: _no_
DOC_STRING("Provides ability to register custom ViewComponents when running fabric. Methods on this interface will eventually be moved onto @IReactPackageProvider once fabric ships.")
17
+
DOC_STRING("Provides ability to register custom ViewComponents when running fabric.")
18
18
interface IReactPackageBuilderFabric
19
19
{
20
20
DOC_STRING("Registers a custom native view component.")
"Ability to load images using custom Uri protocol handlers. The provider should implement @Composition.IUriImageStreamProvider or @Composition.Experimental.IUriBrushProvider.")
23
+
DOC_STRING("Ability to load images using custom Uri protocol handlers.")
0 commit comments