zlacker

[parent] [thread] 5 comments
1. thekna+(OP)[view] [source] 2026-02-03 09:14:48
React Native is able to build abstractions on top of both Android and iOS that uses native UI. Microsoft even have a package for doing a "React Native" for Windows: https://github.com/microsoft/react-native-windows

It's weird that we don't have a unified "React Native Desktop" that would build upon the react-native-windows package and add similar backends for MacOS and Linux. That way we could be building native apps while keeping the stuff developers like from React.

replies(2): >>reveri+G5 >>realus+oo
2. reveri+G5[view] [source] 2026-02-03 09:54:51
>>thekna+(OP)
There are such implementations for React Native: https://reactnative.dev/docs/out-of-tree-platforms
3. realus+oo[view] [source] 2026-02-03 12:18:16
>>thekna+(OP)
React Native desktop on Linux isn't a thing, the GTK backend is abandonned.

So if you want a multiplatform desktop app also supporting Linux, React Native isn't going to cut it.

replies(1): >>sideef+cz1
◧◩
4. sideef+cz1[view] [source] [discussion] 2026-02-03 18:01:24
>>realus+oo
https://reactnative.dev/docs/out-of-tree-platforms says otherwise

React Native Skia allegedly runs on Linux too

replies(2): >>sideef+7C1 >>realus+DI1
◧◩◪
5. sideef+7C1[view] [source] [discussion] 2026-02-03 18:12:01
>>sideef+cz1
React Native Skia seems abandoned. But maybe this will make React Native on Linux viable

https://github.com/gtkx-org/gtkx

◧◩◪
6. realus+DI1[view] [source] [discussion] 2026-02-03 18:35:04
>>sideef+cz1
React Native Skia last commit is three years ago.
[go to top]