maplibre-react-native
maplibre-react-native copied to clipboard
A MapLibre react native module for creating custom maps
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).
### 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   ### 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?
### 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...
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...