Alexander Sklar

Results 110 issues of Alexander Sklar

Currently only the default overload for a method is projected. Non-default overloads cannot be called from JS. rnwinrt could read and use the methodname attribute applied to overloads to generate...

enhancement

It looks like rnwinrt doesn't support apps built against the react-native nuget (instead of building from source); it would be good to enable this scenario as build times are reduced...

enhancement

Need instructions to set up the project to get typings right: ![image](https://user-images.githubusercontent.com/22989529/152665692-2a7ef15d-7921-4038-a22f-cd33b9c29b9a.png)

documentation

The instructions talk about using react-native-winrt in an app project. But what if I am trying to use it in a library/module? How would the instructions change?

documentation

there is a copy of the turbomodule in the samples and another one in sdk\react\windows however the contents of both are different (see e.g. differences in the vcxproj where the...

`C:\Users\asklar\source\repos\react-native-xaml\example\windows\WinRTTurboModule\WinRTTurboModule.vcxproj : warning : Wildcards in project items are not supported in VC projects or their imports. The 'ClInclude' wildcard project items added in 'C:\Users\asklar\source\repos\react-native-xaml\example\windows\packages\Microsoft.ReactNative.WinRT.0.67.20220127.3\build\native\WinRTTurboModule.props' will not be visible in...

## Context I'm working on react-native-xaml which allows projecting XAML types for use in RNW apps via the ViewManager API, and allows apps to use these XAML types directly in...

enhancement
react-native

Thanks for providing a prebuilt DLL. I tried using it and ran into some issues - I've been able to work around them but it would be better if these...

## Description Upgrades the .net codegen project (currently using out-of-support .net core 3.1), to .net 6. ### Type of Change - Breaking change (fix or feature that would cause existing...

Originally reported here: asklar/react-native-xaml#120 by @rymate1234. See that issue for a repro app. When nesting a RN FlatList within a native viewmanager (e.g. a react-native-xaml Grid), and web debugging is...

bug
Area: Layout