Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

May need to update version of google maps and play services #20

Open
mobitinker opened this issue Oct 2, 2017 · 4 comments
Open

May need to update version of google maps and play services #20

mobitinker opened this issue Oct 2, 2017 · 4 comments

Comments

@mobitinker
Copy link

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:

react-native-maps/react-native-maps#1408

@GantMan
Copy link
Member

GantMan commented Oct 4, 2017

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

@mobitinker
Copy link
Author

mobitinker commented Oct 4, 2017 via email

@xlegs
Copy link

xlegs commented Feb 12, 2018

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/  

@FelixButzbach
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants