maplibre-react-native icon indicating copy to clipboard operation
maplibre-react-native copied to clipboard

A MapLibre react native module for creating custom maps

Results 110 maplibre-react-native issues
Sort by recently updated
recently updated
newest added

I have been using "@maplibre/maplibre-react-native": "9.1.0", in my react native "0.74.2" project. But MapLibreGL is giving some internal error warnings as below, while using these components. `` as Warning: Component...

## Description Added `androidPreferredFramesPerSecond` prop for UserLocation that allows to set max FPS for user location animation. This allows to improve performance especially on low-end android devices. Change is based...

```ts {renderMarkerPoint} {renderUnSelectedMarkerPoint} {renderSelectedMarkerPoint} ``` ### context: {renderMarkerPoint} {renderUnSelectedMarkerPoint} {renderSelectedMarkerPoint} are using MapLibreGL.PointAnnotation MapLibreGL.ShapeSource MapLibreGL.LineLayer tap on any of them, would trigger this function to move camera (which triggered by...

Implement [transformRequest similar to maplibre-gl-js](https://github.com/search?q=repo%3Amaplibre%2Fmaplibre-gl-js%20transformRequest&type=code).

## Motivation Component docs are autogenerated with `scripts/autogenerate.js`. There are two issues that we could try improve: 1. **Allow adding description with code examples to the component documentation.** I couldn't...

### Steps to Trigger Behavior 1. Execute attached code ### Expected Behavior Map should be visible on Android device without crash ### Actual Behavior The app returns error on Android...

Hey everyone, I can't seem to change the color of the `Symbol Layer` icon. I refer to the [StackOverflow](https://stackoverflow.com/questions/63299999/how-can-i-create-sdf-icons-used-in-mapbox-from-png) on how to convert the icon and etc. It seem the...

Hello, We found a a bug?, when we tried to use MapLibreGL.offlineManager.createPack function with Maplibre 10 so the below code is not working properly, when bounds is provided, the download...

## My first PR ![image](https://github.com/user-attachments/assets/86b626b9-34ed-4250-8262-89fd23910b73) ## Description - Fixes "Map > Style JSON (currently relies on a Mapbox-hosted population tile set)" [12](https://github.com/maplibre/maplibre-react-native/issues/12) - Fixes errors when running npm install in...