How to convert an Expo Snack into a real Android APK

Ethan Roberts
3 min readNov 29, 2020

Expo Snack is a great piece of software. It allows you to develop mobile apps online. However a lot of people are still new to how expo works, and might be lost on how to make your code into a deployable apk.

The setup

I have created a demo app, that will display the current date (updated in realtime). You can see the source code here…

--

--