mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
018b7485eb
Summary: Running `react-native run-android` fails for me with the error saying connection timed out for fetching a library from jitpack. This seems to be a well known issue mentioned around. The issue is resolved by updating the url from `https://jitpack.io` to `https://www.jitpack.io` . ## Changelog [Android] [Fixed] - Updated template/android/build.gradle with a modified jitpack URL Pull Request resolved: https://github.com/facebook/react-native/pull/26660 Test Plan: 1. Create a new react-native app with `react-native init <app-name>` 2. Run `react-native run-android` 3. App runs without modifications! Differential Revision: D18189653 Pulled By: cpojer fbshipit-source-id: 3c73bb9b7108755bd82444149c997a927965f3e9