react-native-xaml/package
Alexander Sklar bf2407ba25 . 2021-09-30 14:21:00 -07:00
..
Codegen Fix bug in Codegen.exe when custom control is defined in top-level namespace. 2021-09-29 08:36:51 -07:00
src split out margin and padding as XAML specific properties so Yoga doesn't try to muck with them. Also fix a couple of bugs 2021-09-23 18:06:42 -07:00
windows . 2021-09-30 14:21:00 -07:00
.gitignore Rework the JS. 2021-02-04 11:02:00 -08:00
.npmignore Rework the JS. 2021-02-04 11:02:00 -08:00
LICENSE Rework the JS. 2021-02-04 11:02:00 -08:00
README.md Rework the JS. 2021-02-04 11:02:00 -08:00
package.json . 2021-09-30 14:21:00 -07:00
rebuild_projection.cmd script to rebuild projection 2021-09-30 09:45:58 -07:00
tsconfig.json liftoff! 2021-07-23 00:42:54 -07:00

README.md

react-native-xaml

Getting started

$ npm install react-native-xaml --save

Mostly automatic installation

$ react-native link react-native-xaml

Usage

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

// TODO: What to do with the module?
<HyperlinkButton text="Hello World" style={{width:150,height:40}} onClick={()=>{alert("clicked!");} } />