Files
Fluxup_PAP/node_modules/@expo/local-build-cache-provider/README.md
2026-03-10 16:18:05 +00:00

15 lines
344 B
Markdown

# @expo/local-build-cache-provider
A build cache provider plugin for the Expo CLI
To use the local build provider plugin, update your **app.json** to include the `buildCacheProvider` property and set it to `expo/local-build-cache-provider`:
```json
{
"expo": {
...
"buildCacheProvider": "expo/local-build-cache-provider"
}
}
```