Skip to content
This repository was archived by the owner on Mar 21, 2022. It is now read-only.

Maven repo is in node_modules when building as an npm dep#8

Merged
hypest merged 1 commit intofeature/enable-android-build-of-standalone-packagefrom
fix/local-maven-repo-when-building-from-source
Dec 20, 2019
Merged

Maven repo is in node_modules when building as an npm dep#8
hypest merged 1 commit intofeature/enable-android-build-of-standalone-packagefrom
fix/local-maven-repo-when-building-from-source

Conversation

@hypest
Copy link
Copy Markdown

@hypest hypest commented Dec 20, 2019

When built as a normal npm package, the RN dep should be pulled from the node_modules.

This fixes the cases where a new, incompatible version of RN is otherwise picked up from the maven mirror.

Copy link
Copy Markdown

@mchowning mchowning left a comment

Choose a reason for hiding this comment

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

This is working for me. 👍

I think we may be better off using resoulutionStrategy within gradle, but I don't have that ready-to-go yet, so in order to unblock the team I'm fine merging this and if I get a better solution working I can put up another PR proposing to revert this and use the other solution.

@hypest hypest merged commit d466eb0 into feature/enable-android-build-of-standalone-package Dec 20, 2019
@hypest hypest deleted the fix/local-maven-repo-when-building-from-source branch December 20, 2019 14:48
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