How do I run Appium tests on Expo projects?

I have been recently assigned to a project, which is published via Expo (https://expo.io/). It has a problem with producing debug .apk though, so so far I can only run tests after I rebuild the whole thing (which is a nightmare).

Is there a way I can access an app inside Expo? Hot reloads would be very helpful.