Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

react native google maps alternative [closed]

Tags:

I have a react native project on android.

I already installed react-native-maps and all works fine, but I need to run my app on android device without google services (such as TomTom navigator).

Is there an alternative to google maps? (bing, openstrett, ecc) Thanks

like image 943
Mauro Sala Avatar asked Jan 16 '18 06:01

Mauro Sala


1 Answers

Few alternatives for google maps in react native :

  • Mapbox - https://www.npmjs.com/package/@mapbox/react-native-mapbox-gl
  • Yandex Map - https://www.npmjs.com/package/react-native-yandexmapkit
like image 64
Haswin Avatar answered Oct 11 '22 10:10

Haswin