-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[android] fix gradle build setup for explorer, bump to gradle 2.2.0 #666
Conversation
maven { | ||
// For developing the example app, expect this library to be installed as a node module | ||
// inside of the example app. So traverse from `./android/example/node_modules/react-native-maps/android` | ||
// to `./android/example/node_modules/react-native/android`. | ||
// react-native should be installed since it's a peer dependency | ||
url "$projectDir/../../react-native/android" | ||
url "$projectDir/../example/node_modules/react-native/android" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't match the paths in the comment anymore. Are the paths in the comment correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@spikebrehm the comment didn't make any sense. I updated it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@spikebrehm I had mixed up commits in different branches. it's fixed now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
// For developing the example app, expect this library to be installed as a node module | ||
// inside of the example app. So traverse from `./android/example/node_modules/react-native-maps/android` | ||
// to `./android/example/node_modules/react-native/android`. | ||
// react-native should be installed since it's a peer dependency |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this a useful comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's completely wrong, though. We don't pull from node_modules
for the example app
Do we need to release a patch fix to 0.9 for this as well? |
@spikebrehm afaik it really only effects the explorer. |
fix the directories.
@spikebrehm @lelandrichardson @felipecsl