timothymiller / t4-app

A powerful cross-platform UI toolkit for building actually native iOS, Android, macOS, Windows, Linux, and Progressive Web Apps with React (Native).
https://t4stack.com
MIT License
1.34k stars 71 forks source link

[Bug] Expo android apk doesn't start #42

Closed albbus-stack closed 12 months ago

albbus-stack commented 1 year ago

The apk downloaded from the latest expo build comment is not starting and it's giving an error about expo-updates not being configured correctly as shown in the log below:

Screenshot_2023-07-30-11-52-18-648_com.miui.bugreport.jpg

I'm going to try on some of the previous builds and see if they work.

I think this is related to https://github.com/expo/eas-cli/issues/1951 and https://github.com/expo/expo/issues/21238

timothymiller commented 1 year ago

I've experienced this for the past week.

It could be related to expo 49. I tried the fixes recommended in the github issue to no avail.

I'll bring it up in next expo office hours

timothymiller commented 1 year ago

Possibly related: https://github.com/expo/expo/issues/23382

timothymiller commented 12 months ago

According to expo office hours, this project was configured for classic updates. I migrated it to the newer expo-updates implementation.

https://docs.expo.dev/eas-update/migrate-from-classic-updates/?redirected

Should test to see if it fixes things.

albbus-stack commented 12 months ago

According to expo office hours, this project was configured for classic updates. I migrated it to the newer expo-updates implementation.

https://docs.expo.dev/eas-update/migrate-from-classic-updates/?redirected

Should test to see if it fixes things

I'll test the apk once it finishes building 👍🏻

albbus-stack commented 12 months ago

Now it shows this screen:

Screenshot_2023-08-03-10-39-12-239_com.t4.app.jpg

timothymiller commented 12 months ago

That's dev mode. We need preview or prod to build as part of EAS CI/CD

timothymiller commented 12 months ago

It's also much bigger as the dev build. It should be ~25mb in preview and prod

timothymiller commented 12 months ago

Since this does start, I'm going to mark this as complete

albbus-stack commented 12 months ago

@timothymiller We probably want to change it to preview I think, to output a bundled apk/ipa.

superjose commented 12 months ago

Delete this. I thought this was on the expo github.