Updated Jitpack URL in android template to fix gradle errors#26660
Updated Jitpack URL in android template to fix gradle errors#26660AndrewBastin wants to merge 1 commit into
Conversation
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@cpojer is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
This pull request was successfully merged by @AndrewBastin in 018b748. When will my fix make it into a release? | Upcoming Releases |
|
I’ve stumbled over this pull request when upgrading React Native to v0.62. If anyone’s curious, there’s an open issue over at jitpack/jitpack.io#4002 and Expo made the same change with expo/expo#5892. |
Summary
Running
react-native run-androidfails 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 fromhttps://jitpack.iotohttps://www.jitpack.io.Changelog
[Android] [Fixed] - Updated template/android/build.gradle with a modified jitpack URL
Test Plan
react-native init <app-name>react-native run-android