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

344 B

@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:

{
  "expo": {
    ...
    "buildCacheProvider": "expo/local-build-cache-provider"
  }
}