Hacker News new | ask | show | jobs
by harrisonjackson 2334 days ago
There has been a large push to support web as a target in react-native by expo.

https://docs.expo.io/versions/latest/

Depending on the complexity of your app - expo is the best place to start with react-native. Their managed workflows allow you to write in 100% javascript w/ a lot of the native libraries already linked an exposed in JS. If you need something they haven't bundled already then you can eject and have a good starting point.

Expo web is still fairly new but they seem to have prioritized it as highly as support for Android and iOS.