Build Cache for React Native v0.8.6

What’s Changed

  • Bump bitrise-build-cache-cli to v2.8.4 (from v2.8.3 in 0.8.5). Config-cache keys now sanitize / in git branch names, so branches like feature/foo no longer collide when building config-cache keys — this benefits the Gradle and Xcode caches that RN builds rely on (cli#353).
  • Also picks up Gradle 8.14.5 and Go module bumps from cli v2.8.4.

This React Native 0.8.6 update mainly fixes a sneaky build cache issue — branch names like feature/foo used to collide in config-cache keys, causing random Gradle/Xcode cache misses.

now with bitrise-build-cache-cli v2.8.4, branch names get sanitized properly, so each branch gets its own isolated cache.

plus the Gradle 8.14.5 bump just changes some build resolution behavior under the hood.

overall: less “random CI flakiness”, more consistent React Native builds.