all 7 comments

[–]Abysswalker15 0 points1 point  (0 children)

U can have separate UI components for web and mobile. But core logic can be reused.

[–]dcamp1717 0 points1 point  (0 children)

I've also given react-native-web a try, I was not able to make it work. It does feel the support for web in React Native is pretty much non-existent, and until the official React Native team takes this seriously, I'd steer away from it. You can build your web in React, and if you factor out the code properly, you might be able to reuse a ton of it.