PogoMap icon indicating copy to clipboard operation
PogoMap copied to clipboard

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

Open cdiaz opened this issue 9 years ago • 7 comments

cdiaz avatar Jul 24 '16 05:07 cdiaz

Were you able to solve the issue?

geremih avatar Jul 24 '16 05:07 geremih

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

geremih avatar Jul 24 '16 06:07 geremih

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

cdiaz avatar Jul 24 '16 16:07 cdiaz

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

geremih avatar Jul 24 '16 16:07 geremih

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?

cdiaz avatar Jul 24 '16 17:07 cdiaz

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

geremih avatar Jul 24 '16 18:07 geremih

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.

JaxGit avatar Jul 28 '16 14:07 JaxGit