Skip to content

A React Native Windows library to use XAML / WinUI controls

License

Notifications You must be signed in to change notification settings

bemyeyes/react-native-xaml

 
 

Repository files navigation

react-native-xaml

Getting started

$ npm install react-native-xaml --save

Ensure you're using React Native Windows >= 0.69.0.

Ensure your app is using WinUI 2.7+. For details about customizing WinUI versions in your React Native for Windows app, see Customizing SDK versions.

Mostly automatic installation

$ react-native link react-native-xaml

Usage

See the Usage guide for details and lots of examples.

import { HyperlinkButton, } from 'react-native-xaml';

<HyperlinkButton 
  text="Hello from XAML" 
  style={{ width:150, height:40 }} 
  onClick={() => {
    alert("clicked!");
  }} />

About

A React Native Windows library to use XAML / WinUI controls

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 50.0%
  • TypeScript 28.2%
  • C# 13.8%
  • C 8.0%