7

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

Mauro Sala
  • 1,166
  • 2
  • 12
  • 33

2 Answers2

9

Few alternatives for google maps in react native :

Haswin
  • 697
  • 8
  • 20
-3

Alternatively, you can create your own component for any map : http://facebook.github.io/react-native/docs/native-modules-android.html

This gives you full control on moving out to any map sdk and creating your custom native component

anu
  • 37
  • 7