Skip to content
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

Cannot evaluate module react-native-maps : Configuration with name 'default' not found. #2

Open
cdiaz opened this issue Jul 24, 2016 · 7 comments

Comments

@cdiaz
Copy link

cdiaz commented Jul 24, 2016

No description provided.

@cdiaz cdiaz changed the title A problem occurred configuring project ':app'. error: package com.google.android.gms.maps.model does not exist Jul 24, 2016
@cdiaz cdiaz changed the title error: package com.google.android.gms.maps.model does not exist package com.google.common.geometry does not exist Jul 24, 2016
@cdiaz cdiaz closed this as completed Jul 24, 2016
@geremih
Copy link
Owner

geremih commented Jul 24, 2016

Were you able to solve the issue?

@cdiaz cdiaz changed the title package com.google.common.geometry does not exist Cannot evaluate module react-native-maps : Configuration with name 'default' not found. Jul 24, 2016
@cdiaz cdiaz reopened this Jul 24, 2016
@geremih
Copy link
Owner

geremih commented Jul 24, 2016

Have a run npm install? Also, is your folder in a clean state?

In case you ran rnpm link, that would lead to this issue

@cdiaz
Copy link
Author

cdiaz commented Jul 24, 2016

Hi, this is solved withrnpm link.
But now I have another problem:
Error
Error

@geremih
Copy link
Owner

geremih commented Jul 24, 2016

Ya, that has been fixed, you should pull the latest version. Make sure you run npm install after.

@cdiaz
Copy link
Author

cdiaz commented Jul 24, 2016

Fine!
I accomplished running the app on my mobile phone, but when trying to scan, it remains pending
Scanning
4. Running heartbeats 0% ... (forever)

that could be happening?

@geremih
Copy link
Owner

geremih commented Jul 24, 2016

That's weird. Can you connect the app to the remote debugger and report if any error/error logs are showingg?

@JaxGit
Copy link

JaxGit commented Jul 28, 2016

Skipping rnpm link / reverting changes if it's already done will fix the issue. It seems @geremih has already linked all native modules to android project and rnpm link will re-apply the old linking way for react-native-maps which is not compatible for RN 0.29.1 according to the link @geremih posted.

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

No branches or pull requests

3 participants