diff --git a/.buckconfig b/.buckconfig index de7e1f2e3895c1..7f56a4943a410d 100644 --- a/.buckconfig +++ b/.buckconfig @@ -7,7 +7,7 @@ [maven_repositories] central = https://repo1.maven.org/maven2 - google = https://dl.google.com/dl/android/maven2/ + google = https://maven.google.com/ [alias] rntester = //RNTester/android/app:app diff --git a/IntegrationTests/ImageCachePolicyTest.js b/IntegrationTests/ImageCachePolicyTest.js index 2a152ef98f23e3..e3c6556d2b1dc6 100644 --- a/IntegrationTests/ImageCachePolicyTest.js +++ b/IntegrationTests/ImageCachePolicyTest.js @@ -63,7 +63,7 @@ class ImageCachePolicyTest extends React.Component { { { { 0.9 (latest published npm version) or set up proxying properly for react-native +Follow steps on https://github.com/react-native-community/cli/blob/master/CONTRIBUTING.md, but be sure to bump the version of react-native in package.json to some version > 0.9 (latest published npm version) or set up proxying properly for react-native - From the react-native-android repo: - `./gradlew :ReactAndroid:installArchives` diff --git a/flow/jest.js b/flow/jest.js index d41b4799c9596d..4bf579223faf83 100644 --- a/flow/jest.js +++ b/flow/jest.js @@ -7,7 +7,7 @@ * @format */ -// Modified from https://raw.githubusercontent.com/flow-typed/flow-typed/master/definitions/npm/jest_v23.x.x/flow_v0.39.x-/jest_v23.x.x.js +// Modified from https://raw.githubusercontent.com/flow-typed/flow-typed/master/definitions/npm/jest_v23.x.x/flow_v0.39.x-v0.103.x/jest_v23.x.x.js // List of modifications: // - fix some [] -> Array lint warnings // - make it.each/describe.each take $ReadOnlyArray instead of Array diff --git a/scripts/validate-android-device-env.sh b/scripts/validate-android-device-env.sh index b4374a4eee527b..25fec624eb3bd9 100755 --- a/scripts/validate-android-device-env.sh +++ b/scripts/validate-android-device-env.sh @@ -15,7 +15,7 @@ if [ -z "$ANDROID_NDK" ]; then echo "Error: \$ANDROID_NDK is not configured." echo "You must first install the Android NDK and then set \$ANDROID_NDK." echo "If you already installed the Android SDK, well, the NDK is a different thing that you also need to install." - echo "See https://facebook.github.io/react-native/docs/android-building-from-source.html for instructions." + echo "See https://github.com/facebook/react-native/wiki/Building-from-source for instructions." exit 1 fi