maplibre-react-native
maplibre-react-native copied to clipboard
How can i fix this error when try to use @maplibre/maplibre-react-native with Android
i get this error when i use import MapLibreGL from '@maplibre/maplibre-react-native' ( it work on ios but error with android)
this is a copy of https://github.com/maplibre/maplibre-react-native/issues/44 I believe the problem has been solved
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
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
Did you call MaplibreGL.setAccessToken(null) before instantiating the map?
Closing due to inactivity. Comment if you are facing a similar problem and provide a minimal reproduction repository.