microsoft / react-native-xaml

A React Native Windows library to use XAML / WinUI controls
MIT License
97 stars 25 forks source link

Update to consume new ReactTag APIs #221

Closed jonthysell closed 2 years ago

jonthysell commented 2 years ago

RNW has changed to start storing a XAML element's React Tag in a new attached property and has provided XamlHelper::GetTag and XamlHelper::SetTag helper APIs.

This PR updates RNX to use those new APIs if available.

Microsoft Reviewers: Open in CodeFlow