microsoft / react-native-xaml

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

Bump dependencies and workflows #289

Closed TatianaKapos closed 1 week ago

TatianaKapos commented 1 month ago
Microsoft Reviewers: Open in CodeFlow
TatianaKapos commented 3 weeks ago

This upstream PR changed the tabIndex types: https://github.com/facebook/react-native/pull/41312 which react-native-xaml also sets. However they are different from each other and are breaking codegen. I've tried changing Props.ts directly and theat fixes creating a new project but it's still hitting errors when building the example apps

TatianaKapos commented 1 week ago

closing, easier just to start over with the .yml changes