How impossible would it be to run react-native-Windows apps, on Xbox One? #8651
-
I understand that Xbox One apps, to some extent, are basically just Windows apps. Including games. With react native for Windows directly targeting Windows application API- how crazy would it be to run RNW apps on an Xbox One? I assume it wouldn't "just work", and may require some changes and blessings on the Xbox side, and some updates on the RNW side, but how far off would it be? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Shouldn't be impossible at all. It should just work as long as you select Xbox as one of your outputs when you put together your app packages. I haven't done it myself, but here are the UWP docs on this: https://docs.microsoft.com/en-us/windows/uwp/xbox-apps/ |
Beta Was this translation helpful? Give feedback.
-
Any idea how to make the app (debug) running on Xbox connect to metro (on PC)? |
Beta Was this translation helpful? Give feedback.
-
https://microsoft.github.io/react-native-windows/docs/ReactInstanceSettings#sourcebundlehost Will allow you to specify another computer for the xbox to connect to metro from. |
Beta Was this translation helpful? Give feedback.
Shouldn't be impossible at all. It should just work as long as you select Xbox as one of your outputs when you put together your app packages. I haven't done it myself, but here are the UWP docs on this: https://docs.microsoft.com/en-us/windows/uwp/xbox-apps/
Of note, the Store on Xbox is written in RNW, so it definitely should work ;)