I’d like to host an app on a website, specifically GitHub pages. It is a relatively simple app that only consists of two frontend pages with no backend or databases. I’d like to run an iPhone emulator on the GitHub page. How would I go about doing this?
The app is written in React Native and I currently use npm run start, scan the QR code on my phone, and it launches in Expo Go. I have very little experience with React Native or hosting apps so pardon my inexperience.