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 183 maplibre-react-native issues
Sort by recently updated
recently updated
newest added
trafficstars

The current version `"@maplibre/maplibre-react-native": "^9.0.1"` still uses a deprecated method. We should move to function components. It is being used in /javascript/components/MapView.js, line 317.

Noticed this when looking at the badges in the README. Probably a simple misconfiguration or quirk of how the jobs are imported right now (inherited from upstream).

admin

### Steps to Trigger Behavior The [getting started guide](https://github.com/maplibre/maplibre-react-native/blob/main/docs/GettingStarted.md) (with expo). ### Behavior Running the app results in errors, before showing anything on screen. ### Screenshots ![image](https://github.com/maplibre/maplibre-react-native/assets/91418192/f77d82bb-cf93-4bdb-a1fd-b45c6e8efd96) ![image](https://github.com/maplibre/maplibre-react-native/assets/91418192/3bbbc57e-bf67-49e8-9bec-450beee8cb89) ### Version(s)...

I have successfully installed maplibre on both android and ios devices using react native, however when I run the test on the device, the mapview only shows the country name,...

Anyone familiar with GitLab actions know how to do this quickly?

help wanted
admin

### Steps to Trigger Behavior 1. create a MGLSymbolStyleLayer with some image 2. observe image size differs based on build configuration ### Minimal Reproducible Example ``` const point_icon = require('@assets/icons/point/Group.png');...

While archiving I am observing following error: `.../BuildProductsPath/Release-iphoneos/Mapbox.framework/Mapbox' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or...

### Steps to Trigger Behavior 1. Create a full-screen map view, as in the Getting Started example 2. Launch on Android ### Link to Minimal Reproducible Example Either follow the...

It doesn't look like these are working correctly at the moment. I believe the underlying native lib has support for custom URL schemes (and MapTiler right now?), so this wrapper...

bug
help wanted
good first issue

A fresh install yields the following. Looks like this depends on an old version of an expo module. Will need testing (#20) to confirm the upgrade works. ``` # npm...

help wanted
good first issue