I’m using Vercel for hosting my website that was developed with react-native. I primarily use github codespaces which, after a little setup tuning, i’m able to have host an expo go server so i can open the app in my expo-go sandbox on my iPhone.
the idea is basically you can run the ios native app on your actual device with live updates.
However- i really like how vercel works for web deployments, where it syncs with your git tree.
Would it be possible to build auto-app deployments for our different IOS versions? likewise, it would also be super nice if web production (main branch) was also fully synchronized with the apple store.
1 post - 1 participant