react-native-xaml
TypeScript icon, indicating that this package has built-in type declarations

0.0.78 • Public • Published

react-native-xaml

Getting started

$ npm install react-native-xaml --save

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

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!");
  }} />

Package Sidebar

Install

npm i react-native-xaml

Weekly Downloads

7,795

Version

0.0.78

License

MIT

Unpacked Size

2.14 MB

Total Files

79

Last publish

Collaborators

  • asklar