When running expo locally, by using:
yarn start
You will get a QR code or a URL which you can open on expo app. There're 3 URLs you can choose:
- Tunnel
- LAN
- Local
My question is, how do I do the same by hosting somewhere else? I tried to do export
but by looking at dist
folder, there're no index.html file. Or another file will be the main file instead?
I'm trying to host it as static in cloudfoundry-based like IBM Cloud / Bluemix.
Please advise. Thanks!