react-native-windows
react-native-windows copied to clipboard
Use UIElement focus
Currently we have to create an extra wrapper Control for focus related APIs to work on RN components. In OSS XAML, UIElement supports being focused directly.
This task is tracking optimizing away the Control we currently create and setting focus directly on the XAML view.