Hacker News new | ask | show | jobs
by mottomotto 2913 days ago
If you need or will need a web equivalent, you should look into react-native-web (and just for interest, react-native-dom but that is much more expiremental -- I'd stick with -web for actual usage). With react-native-web, you can have one code base that serves both the mobile devices and web. It takes a little bit of getting used to but I'm using it on two projects and it's really powerful.
1 comments

Thanks a lot! I will absolutely look into that. I will at some point need a web-equivalent, so that might be very useful.