react native google maps alternative [closed]
Asked Answered
I

2

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

Industrials answered 16/1, 2018 at 6:43 Comment(1)
I think there are no libraries for alternative maps in react-native.Pinard
M
9

Few alternatives for google maps in react native :

Morell answered 16/1, 2018 at 7:16 Comment(0)
S
-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

Salpingectomy answered 16/1, 2018 at 9:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.