maplibre-react-native
maplibre-react-native copied to clipboard
A MapLibre react native module for creating custom maps
## Description `MarkerViewProps` are currently wrongly typed. There are props with defaults but the types are required. It's also a mismatch with the docs. ## Checklist - [ ] I...
## Description Update MapLibre Android SDK to 11.5.0 ## Checklist - [ ] I have tested this on a device/simulator for each compatible OS - [ ] I formatted JS...
## Description It looks like a pbxproj isn't required with cocoapods. Additionally, there is additional plugin xcode plugin required to set the Debug Information Format to DWARF with dSYM File...
Hello, We found a a bug?, when we tried to use MapLibreGL.UserLocaton and FollowUserLocation with Maplibre 10 We call this code snipppet from async function. The problems are the following:...
### Steps to Trigger Behavior 1. Archive your project for iOS 2. Notice that issues appears when uploading app to App Store Connect ### Minimal Reproducible Example install alpha.17 version,...
## Description There is a bug when we call `getPack` and state is unknown. It happened for me in my Expo app but I couldn't replicate it with example in...
Hello, We found a strange thing (maybe a bug?), when we tried to use MapLibreGL.offlineManager.createPack function. Example code snippet: await MapLibreGL.offlineManager.createPack({ name: 'offline', styleURL: OFFLINE_MAP, bounds: offlineBBox, minZoom: 5, maxZoom:...
Upgrading to the latest RN version breaks Android runtime with an error `Native part of Mapbox React Native libraries were not registered properly, double check our native installation guides.` due...
I have an app that's designed to be offline-first. I've set up my tile server infrastructure with this expectation. But I can't find any way to get the `` to...
Hi Since Maplibre is using `https://dl.bintray.com/maplibre/maplibre-gl-native` maven repo, f-droid builds are failing. I think the library should be hosted on a well-known maven repo. related: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/15592 thank you for your...