Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow arbitrary location for third-party iOS dependency cache
Summary: RNTester currently has four third party dependencies that are fetched from the network at build time: - glog - double-conversion - boost - folly These dependencies are cached to ~/.rncache by default. This location may not be ideal for use in CI, therefore the cache location is now made configurable via a RN_CACHE_DIR envvar. Reviewed By: cpojer Differential Revision: D15141391 fbshipit-source-id: b51d749412c49500a657bd18e4c9520ddb30ea2c
- Loading branch information