A React Native Windows library to use XAML / WinUI controls
Перейти к файлу
Alexander Sklar 006afafc0a
Simplify set prop value (#251)
Fixes #250 
This may be a compiler issue (since it only started to show up in recent
msvc updates), but regardless it makes sense to simplify this code a bit
anyway.
###### Microsoft Reviewers: [Open in
CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/microsoft/react-native-xaml/pull/251)
2023-03-14 10:36:25 -07:00
.github Add required PR Check action (#249) 2023-03-08 01:27:08 +00:00
change Simplify set prop value (#251) 2023-03-14 10:36:25 -07:00
codegen/Properties upgrade pacakge to winUI to 2.7 2023-02-02 16:12:27 -08:00
example Refactor workflows into reusable templates (#244) 2023-03-01 16:11:38 -08:00
examplenuget upgrade to winUI 2.7 2023-02-02 14:13:32 -08:00
package Simplify set prop value (#251) 2023-03-14 10:36:25 -07:00
.clang-format Add support for MenuFlyoutSubitem 2022-06-21 11:26:36 -07:00
.gitattributes Fix line ending generation 2022-01-26 13:04:37 -08:00
.gitignore gitignore 2021-02-27 22:26:06 -08:00
CONTRIBUTING.md Update to consume new ReactTag APIs 2022-09-01 11:56:11 -07:00
LICENSE Upgrade to WinUI 2.7 (#246) 2023-03-01 17:20:08 -08:00
README.md Updated README to point to Contribution guide 2022-02-09 16:29:37 -08:00
SECURITY.md Microsoft mandatory file 2022-08-17 14:46:43 +00:00
TechnicalGuide.md Update TechnicalGuide.md 2021-03-14 01:51:03 -08:00
USAGE.md Adding docs example of using styleKey (#243) 2023-02-21 19:39:00 +00:00
directory.build.props fix build when running from CLI 2022-11-11 11:03:29 -08:00
package.json Add support for MenuFlyoutSubitem 2022-06-21 11:26:36 -07:00
yarn.lock upgrade sample apps to .71 2023-02-01 11:40:23 -08:00

README.md

CI

react-native-xaml

A React Native Windows view manager that allows directly using the Windows XAML framework.

Cheat sheet

To see examples of the syntax and available controls, check out the Usage guide.

Main advantages

  • Allows developers writing react-native-windows apps (React Native apps targeting Windows 10) to quickly get started, if they are familiar with XAML.
  • Developers are not limited by the set of controls present today in RNW and community modules that support Windows.
  • Best of all, this solution is available today!
  • The set of types/properties/events are the XAML ones, however JS libraries can wrap those to expose the Windows control in a platform-agnostic way (e.g. as a way to implement a cross-plat control for Windows).

react-native-xaml works by leveraging metadata for XAML properties, types and events. This metadata is automatically generated (code-gen) from the Windows SDK. This means we can have a full projection of all of XAML – or any WinRT components written by app devs, that export a UserControl – without manual intervention.

Technical details

See Technical Guide.

Contributing

Pull Requests are welcome. See Contribution Guide for details.

Demo

react-native-xaml demo