⚡ Drastically speed up your
npx expo run:androidornpx expo run:iosbuilds!
expo-build-disk-cache enables local disk caching for Expo builds.
When a cached build is available, it launches almost instantly — skipping the usual compilation step.
- Expo SDK 53+
npm install --save-dev expo-build-disk-cache{
"experiments": {
"buildCacheProvider": {
"plugin": "expo-build-disk-cache"
}
}
}See the full Configuration Guide for advanced usage, including:
- Custom cache directory (
cacheDir) - Automatic cache cleanup
- Integration with remote caching providers (like EAS)
Huge thanks to the Expo team for making this possible and for their incredible open-source work.
{ "buildCacheProvider": { "plugin": "expo-build-disk-cache" } }