Skip to content

Fix path to react-native when developing outside of the example app#527

Merged
spikebrehm merged 1 commit intomasterfrom
fix-build-gradle-for-developing-library
Sep 2, 2016
Merged

Fix path to react-native when developing outside of the example app#527
spikebrehm merged 1 commit intomasterfrom
fix-build-gradle-for-developing-library

Conversation

@spikebrehm
Copy link
Copy Markdown

In #502, the local maven url pointing to the react-native node module
changed to work better for the example app. However, that broke the path
to react-native when developing in the context of the library, not the
example app. In this PR, specify both paths.

cc: @felipecsl @chrisknepper

In #502, the local maven url pointing to the `react-native` node module
changed to work better for the example app. However, that broke the path
to `react-native` when developing in the context of the library, not the
example app. In this PR, specify both paths.
@felipecsl
Copy link
Copy Markdown
Contributor

nice! lgtm

@spikebrehm spikebrehm merged commit 21a388c into master Sep 2, 2016
@spikebrehm spikebrehm deleted the fix-build-gradle-for-developing-library branch September 2, 2016 17:05
@spikebrehm
Copy link
Copy Markdown
Author

Just published 0.8.1 that includes this change.

@spikebrehm
Copy link
Copy Markdown
Author

It turns out 0.8.1 was faulty, because my working directory had an additional example app containing the react-native node module, which got published as part of the NPM package (:facepalm:), causing a @providesModule error, so I've unpublished it and published 0.8.2. Use that instead!

pinpong pushed a commit to pinpong/react-native-maps that referenced this pull request Feb 28, 2025
…ild-gradle-for-developing-library

Fix path to react-native when developing outside of the example app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants