A React Native Windows library to use XAML / WinUI controls
Перейти к файлу
Alexander Sklar bfe61fdbb4 Add version #definene for WinUI version 2021-08-02 16:01:32 -07:00
.github yaml 2021-07-22 23:49:49 -07:00
example Add support for SplitView 2021-07-23 14:23:26 -07:00
package Add version #definene for WinUI version 2021-08-02 16:01:32 -07:00
.gitignore gitignore 2021-02-27 22:26:06 -08:00
LICENSE Create LICENSE 2021-02-21 02:40:16 -08:00
README.md Updating broken Codegen link in the readme file 2021-07-06 11:30:00 -07:00
TechnicalGuide.md Update TechnicalGuide.md 2021-03-14 01:51:03 -08:00
USAGE.md Codegen and use priority enums 2021-08-02 13:19:11 -07:00
package.json 0.0.3 2021-06-16 12:19:40 -07:00
yarn.lock splitview 2021-07-23 13:28:43 -07:00

README.md

CI

react-native-xaml

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

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.

Demo

react-native-xaml demo