You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw your post on Reddit and the concern about app size. I thought I'd use this as an example to try out the new EAS Build preview and the early support it has for managed workflow.
The app worked with EAS Build without any changes required (beyond creating eas.json when running eas build), and the install size was reduced to ~6.7mb on my iPhone 11 Pro, down from 52.6mb reported from the App Store for the expo build version of the app.
Here's a screenshot of the build info in App Store Connect, and a video of the result (mostly indistinguishable from the source, I just renamed the app and you'll notice in the settings there is no Expo SDK version present in the build).
RPReplay_Final1608663895.mp4
Basically what EAS Build does for managed projects is "eject" the project, configure everything based on your app config and installed packages, then set up the credentials and run a build with fastlane gym.
This took about 11 minutes (after brief queuing):
If you want free early access to this so you can try it out and give feedback, just DM me on Twitter @notbrent and let me know what your Expo username is and I can add you :)
(we'll have a free tier that should be more than enough for hobby/open source apps like this when we launch General Availability)
Hi there!
I saw your post on Reddit and the concern about app size. I thought I'd use this as an example to try out the new EAS Build preview and the early support it has for managed workflow.
The app worked with EAS Build without any changes required (beyond creating
eas.jsonwhen runningeas build), and the install size was reduced to ~6.7mb on my iPhone 11 Pro, down from 52.6mb reported from the App Store for the expo build version of the app.Here's a screenshot of the build info in App Store Connect, and a video of the result (mostly indistinguishable from the source, I just renamed the app and you'll notice in the settings there is no Expo SDK version present in the build).
RPReplay_Final1608663895.mp4
Basically what EAS Build does for managed projects is "eject" the project, configure everything based on your app config and installed packages, then set up the credentials and run a build with
fastlane gym.This took about 11 minutes (after brief queuing):
If you want free early access to this so you can try it out and give feedback, just DM me on Twitter @notbrent and let me know what your Expo username is and I can add you :)
(we'll have a free tier that should be more than enough for hobby/open source apps like this when we launch General Availability)