is it possible to create a react native app and publish it on steam?
Does someone knowd projects which are used for steam games?
Thanks
CodePudding user response:
Checkout electron and react-desktop.
https://www.electronjs.org/apps?category=games
https://github.com/gabrielbull/react-desktop
CodePudding user response:
react-native is used to develop webview mobile application. That's why it's not possible to make a game that you can play on steam. However, it is possible to develop various mobile applications. You can check Electronjs and etc for develop desktop app but if you want to develop games for steam, my advice to you is to use game engines like Unity.