Android Expo Updates Issues

@notbrent Hi again. I think that problem is actually resolved. I was so frustrated with previous update problem that i forgot about adding custom asset-url to expo export script. It became “./assets” instead of “/assets” and I assume that it is working now (no url error in adb).

expo export --output-dir $RELEASE_CHANNEL --public-url $HOSTING_ADDRESS/$RELEASE_CHANNEL --asset-url /assets"

I tried on absolutely clean project and updates working there.
My main app is crashing after fix and OTA update with this error: Unable to publish OTA updates in expo bare app - #10 by notbrent
But i am sure that it is my bad and i need to clean some expo imports and maybe update cli tools.

Thanks for fast response!

1 Like