A build cache provider plugin for the Expo CLI
npm install eas-build-cache-providerA build cache provider plugin for the Expo CLI
To use the EAS remote build provider plugin, install the eas-build-cache-provider package as a developer dependency:
``bash`
npm install --save-dev eas-build-cache-provider
Then, update your app.json to include the buildCacheProvider property and its provider under experiments:
`json``
{
"expo": {
...
"experiments": {
"buildCacheProvider": "eas"
}
}
}