PogoMap
PogoMap copied to clipboard
Cannot evaluate module react-native-maps : Configuration with name 'default' not found.
Were you able to solve the issue?
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
Hi, this is solved withrnpm link.
But now I have another problem:

Ya, that has been fixed, you should pull the latest version. Make sure you run npm install after.
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?
That's weird. Can you connect the app to the remote debugger and report if any error/error logs are showingg?
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.