Earlier quoted context omitted.
You can wrap the React Native Web target in Tauri or Electron for Linux. There's also https://github.com/valence-native/valence-native that can use either wxWidgets or Qt. All in all it's better than the current Flutter web / desktop implementation.
> There's also https://github.com/valence-native/valence-native that uses Qt. There's been more than a year without a commit in this project, I'm not going to say it's abandoned yet but that's not that far off I guess, good luck with the issues you'll encounter. > You can wrap the React Native Web target in Tauri or Electron for Linux. That's one of the only realistic solution for now in my opinion.
Or it's stable? Look at the codebase, it's a pretty dead simple bridge. Make your app open source and all those Linux devs you're supporting can help you out!
> That's one of the only realistic solution for now in my opinion.
Yup, and you get it for free with if you build your app with RN and React Native Web.