Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

fix build for react-native subprojects #43

Conversation

mirceanis
Copy link
Contributor

What's here

This PR is a fix for the recent build issues with react-native dependencies.
Most RN dependencies use old and/or deprecated build tools.
It seems that jcenter is not serving these old versions anymore.
This would not be problematic if they didn't also try to force the use of these old tools by pinning the repositories where they search.
This PR broadens the repository definitions for these RN subprojects so they have more places to find their unmaintained build tools.

Testing

If you run ./gradlew clean assembleDebug in the android folder and it builds successfully, then it's fixed.

…p resolution of long deprecated dependencies
Copy link
Contributor

@simonas-notcat simonas-notcat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks!

@simonas-notcat simonas-notcat merged commit f50e11a into develop Dec 10, 2018
@mirceanis mirceanis deleted the support/force-react-native-dependencies-to-build-for-this-decade branch January 22, 2020 11:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants