I recently build a React Native application using the Expo client.
I would like to be able to demo the application on my iOS device without carrying my laptop around in order to run the expo server. Ideally, I would like to be able to install on one other persons iOS device without uploading it to the app store (I made an app for someone's birthday as a gift).
I do not have a paid Apple developer account either. I thought this would be simpler as I used to develop native Android apps and it was extremely easy to do this, but I can't find a realiable or straightforward method to do this on iOS with React Native/Expo
Any help would be appreciated.