Best methods to display React Native Expo portfolio apps without app store publication

I’m comfortable building React Native Expo apps and publishing them to official app stores. However, I want to create some demo applications for my portfolio that showcase my development abilities to hiring managers.

I’m looking for effective ways to present these portfolio projects. While I could export them as APK files for download, I think most recruiters won’t bother installing random APK files on their phones. Plus this only works for people who have Android devices.

What are some good alternatives for demonstrating mobile apps in a portfolio setting? I want something that’s easy for employers to access and review quickly.

github pages with a solid readme is amazing. throw in screenshots, gifs showing the app in action, and link ur expo snack. most hiring managers wont bother running ur app anyway - they want good docs with visuals. ive landed interviews just cuz my github showcased my mobile projects well.

have you tried appetize.io? it runs ios/android apps straight in the browser - no downloads needed. i’ve seen devs use it for portfolio demos and it works great. what apps are you showcasing? are they ui-focused or have complex features?

Expo Snack is an excellent choice for showcasing your React Native apps. It allows you to create live demos that run directly in a browser or the Expo Go app, so recruiters can easily access your work without any downloads or complicated setup. Additionally, I find that creating short screen recordings of your applications enhances visibility on platforms like LinkedIn and personal portfolio sites. Keeping these recordings between 30-60 seconds and highlighting the standout features can significantly attract attention. Furthermore, consider deploying a web version using Expo’s capabilities; while not every React Native component translates perfectly to web, many portfolio projects can effectively demonstrate your coding skills and design capabilities through a straightforward URL.