skip to Main Content

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

2

Answers


  1. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search