syam
syam

Reputation: 892

map box is not working with expo react native, what is the alternative ?

I found out that map box is not yet supported in expo. Can map box be integrated in react native app without expo ? Or is there any other alternative for map box that works with expo and react native while i need to show custom routes and locations on the map ?

Upvotes: 0

Views: 3094

Answers (1)

jakubste
jakubste

Reputation: 401

Expo has MapView support - check it out in Expo documentation. If you want to use Mapbox you can detach from expo and add a library from Mapbox (it has some native code, so detach is necessary).

Upvotes: 1

Related Questions