JSPM

  • Created
  • Published
  • Downloads 17640
  • Score
    100M100P100Q142011F
  • License MIT

Local build cache provider for Expo

Package Exports

  • @expo/local-build-cache-provider
  • @expo/local-build-cache-provider/package.json

Readme

@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"
  }
}