mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
0bbac18cf0
Summary: To better utilize Circle CI caching, yarn cache will use package.json file checksum as key in addition to arch, because in most cases yarn cache will be updated if package.json updates. Circle CI sample apps use yarn.lock checksum as yarn cache key, but react-native don't have yarn.lock in the repo, so it's best to use package.json instead. Closes https://github.com/facebook/react-native/pull/19395 Differential Revision: D8125405 Pulled By: hramos fbshipit-source-id: 5c7aa312231cc0b42bc502a5177bb84e31bcd305
Circle CI
This directory is home to the Circle CI configuration file. Circle is our continuous integration service provider. You can see the overall status of React Native's builds at https://circleci.com/gh/facebook/react-native
You may also see an individual PR's build status by scrolling down to the Checks section in the PR.