maplibre / maplibre-react-native

A MapLibre react native module for creating custom maps
Other
253 stars 52 forks source link

How can i fix this error when try to use @maplibre/maplibre-react-native with Android #56

Open PJEst opened 1 year ago

PJEst commented 1 year ago

i get this error when i use import MapLibreGL from '@maplibre/maplibre-react-native' ( it work on ios but error with android) image image

Anwenden001 commented 1 year ago

this is a copy of https://github.com/maplibre/maplibre-react-native/issues/44 I believe the problem has been solved

Anwenden001 commented 1 year ago

which it could be: do you have the instruction of the [https://github.com/maplibre/maplibre-react-native/blob/main/android/install.md] Android installation

Leandro-Albano commented 1 year ago

which it could be: do you have the instruction of the [https://github.com/maplibre/maplibre-react-native/blob/main/android/install.md] Android installation

I am facing the above issue running on Expo App in Android 11

sarahsporck commented 1 year ago

Did you call MaplibreGL.setAccessToken(null) before instantiating the map?