I'm trying to build React Native locally. I followed the Facebook instructions from Building React Native from source but when I do the command react-native run-android, I receive the following error:
:ReactAndroid:downloadBoost Invalid cookie header: "Set-Cookie: sf_mirror_attempt="boost:iweb:boost/1.57.0/boost_1_57_0.zip"; expires=120; Path=/". Invalid 'expires' attribute: 120
:ReactAndroid:downloadBoost FAILED
FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':ReactAndroid:downloadBoost'. javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Any ideas as to what I may have done wrong?