Description
Is your feature request related to a problem? Please describe.
I'm currently working on a React Native Tv and Windows project that requires spatial navigation support, especially for handling focus and navigation with a controller (e.g., Xbox), previously we had a library, but it is old and not working anymore, and it is missing a lot of features.
Describe the solution you'd like
It would be great if @norigin/norigin-spatial-navigation could support react-native-windows so that spatial navigation could function smoothly on Windows-based devices, including Xbox.
Describe alternatives you've considered
An alternative I’ve considered rewriting the custom navigation handling using focusable components and manually coding navigation logic. However, this is time-intensive, requires more maintenance, and does not offer the same streamlined experience as your solution.