From 73d0def680bf63d3e1a3d5827c852d50581c7136 Mon Sep 17 00:00:00 2001 From: Monir Abu Hilal Date: Tue, 6 Jul 2021 11:30:00 -0700 Subject: [PATCH] Updating broken Codegen link in the readme file Updating the Codegen link in Readme: https://github.com/asklar/react-native-xaml/tree/main/package/Codegen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf9aa0a..60998f3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A React Native Windows view manager that allows directly using the [Windows XAML - Best of all, this solution is available *today*! - The set of types/properties/events are the XAML ones, however JS libraries can wrap those to expose the Windows control in a platform-agnostic way (e.g. as a way to implement a cross-plat control for Windows). -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/codegen/Codegen)) from the Windows SDK. +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. 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. ## Technical details: