bf2407ba25 | ||
---|---|---|
.. | ||
Codegen | ||
src | ||
windows | ||
.gitignore | ||
.npmignore | ||
LICENSE | ||
README.md | ||
package.json | ||
rebuild_projection.cmd | ||
tsconfig.json |
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!");} } />