react-native-winrt icon indicating copy to clipboard operation
react-native-winrt copied to clipboard

Ability to call a non-default overload of a method

Open asklar opened this issue 1 year ago • 0 comments

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 projections with different names that can be called from JS.

asklar avatar Jul 12 '22 07:07 asklar