ignite-maps icon indicating copy to clipboard operation
ignite-maps copied to clipboard

May need to update version of google maps and play services

Open mobitinker opened this issue 7 years ago • 4 comments

When a map component is loaded in an ignite boilerplate app the app will crash. This happened to me after generating SiteLocator component that uses map. Looking on react-native-maps I found that the Android dependencies need to updated as described here:

https://github.com/airbnb/react-native-maps/issues/1408

mobitinker avatar Oct 02 '17 21:10 mobitinker

Is this with the latest version of ignite? Can you run ignite doctor?

GantMan avatar Oct 04 '17 01:10 GantMan

Here you go:

System

platform darwin

arch x64

cpu 4 cores Intel(R) Core(TM) i7-3667U CPU @ 2.00GHz

directory /Users/mark/workspace/pourview

JavaScript

node 8.5.0 /usr/local/bin/node

npm 5.4.2 /usr/local/bin/npm

yarn 0.19.1 /usr/local/bin/yarn

React Native

react-native-cli 2.0.1

app rn version 0.47.2

Ignite

ignite 2.0.0 /usr/local/bin/ignite

Android

java 1.8.0_121 /usr/bin/java

android home - /Developer/android-sdk-macosx

iOS

xcode 8.2.1

On Tue, Oct 3, 2017 at 6:17 PM, Gant Laborde [email protected] wrote:

Is this with the latest version of ignite? Can you run ignite doctor?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/infinitered/ignite-maps/issues/20#issuecomment-334024212, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXjPWQDEsbLB0aVLErXqB1d7Fc2Oy76ks5soty1gaJpZM4PrTAV .

-- Mark Murphy, 503-809-1141, LinkedIn http://www.linkedin.com/in/markkmurphy

mobitinker avatar Oct 04 '17 03:10 mobitinker

I have the same issue. Here's the ignite doctor output:

System
  platform           linux                                                                                                   
  arch               x64                                                                                                     
  cpu                4 cores                                              Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz  
  directory          /home/stefan/app/myApp                                                 

JavaScript
  node               9.4.0        /usr/local/bin/node  
  npm                5.6.0        /usr/local/bin/npm   
  yarn               1.3.2        /usr/local/bin/yarn  

React Native
  react-native-cli   2.0.1       
  app rn version     0.50.4      

Ignite
  ignite             2.0.0        /usr/local/bin/ignite  

Android
  java               1.8.0_144    /usr/bin/java              
  android home       -            /home/stefan/Android/Sdk/  

xlegs avatar Feb 12 '18 21:02 xlegs

Same here, app crashes after adding maps to the project.

Ignite doctor:

System
  platform           linux
  arch               x64
  cpu                4 cores                                                        Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz
  directory          /home/felix/Projects/react-native/ignite-test/IgniteAndross2

JavaScript
  node               10.15.0      /usr/local/bin/node
  npm                6.4.1        /usr/local/bin/npm
  yarn               1.12.3       /usr/bin/yarn

React Native
  react-native-cli   2.0.1
  app rn version     0.57.7

Ignite
  ignite             2.2.1            /home/felix/.yarn/bin/ignite
  boilerplate        ignite-andross

Android
  java               1.8.0_191    /usr/bin/java
  android home       -            /home/felix/Android/Sdk

following the 'fix' from this comment resolves the problem.

FelixButzbach avatar Jan 15 '19 12:01 FelixButzbach