Skip to content

Commit 2737ef9

Browse files
author
Shreyas Padhye
committed
Updated README to point to Contribution guide
1 parent ac2f144 commit 2737ef9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ To see examples of the syntax and available controls, check out the [Usage guide
1414
react-native-xaml works by leveraging metadata for XAML properties, types and events. This metadata is automatically generated ([code-gen](https://github.com/asklar/react-native-xaml/tree/main/package/Codegen)) from the Windows SDK.
1515
This means we can have a full projection of all of XAML – or any WinRT components written by app devs, that export a [UserControl](https://docs.microsoft.com/uwp/api/Windows.UI.Xaml.Controls.UserControl) – without manual intervention.
1616

17-
## Technical details:
17+
## Technical details
1818
See [Technical Guide](TechnicalGuide.md).
1919

20+
## Contributing
21+
Pull Requests are welcome. See [Contribution Guide](CONTRIBUTING.md) for details.
22+
2023
## Demo
2124

2225
![react-native-xaml demo](https://raw.githubusercontent.com/asklar/react-native-xaml/main/example/rnx.gif)

0 commit comments

Comments
 (0)