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

Hi, my react native version is 0.68, after installing this library I'm getting the following error: ``` FAILURE: Build failed with an exception. * What went wrong: Could not determine...

In order to use Expo and EAS to build the iOS and Android app, as setup in [the feat/expo branch](https://github.com/maplibre/maplibre-react-native/pull/162), we need two things: - For IOS, we need a...

I am trying to implement Indoor Stadium map, where I want to highlight the section on a specific condition when map loads. ``` { "version": 8, "name": "base", "glyphs": "https://d2d6ul3tefw3xz.cloudfront.net/production/venue-maps/fonts/{fontstack}/{range}.pbf",...

Hi, I have an issue with Feature rendering on ShapeSource with SymbolLayer. There is the code: ``` import React, { useRef, useState } from 'react'; import { Dimensions, SafeAreaView, StyleProp,...

Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.22.5 to 7.24.1. Release notes Sourced from @​babel/preset-typescript's releases. v7.24.1 (2024-03-19) :bug: Bug Fix babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16350 Fix decorated class computed keys ordering (@​JLHwung) #16344 Fix decorated...

🤖 dependabot 🤖

Bumps [@react-navigation/stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/stack) from 6.3.25 to 6.3.29. Release notes Sourced from @​react-navigation/stack's releases. @​react-navigation/stack@​6.3.29 6.3.29 (2024-03-18) Note: Version bump only for package @​react-navigation/stack @​react-navigation/stack@​6.3.28 6.3.28 (2024-03-12) Note: Version bump only for...

🤖 dependabot 🤖

Bumps [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) from 6.1.8 to 6.1.17. Release notes Sourced from @​react-navigation/native's releases. @​react-navigation/native@​6.1.17 6.1.17 (2024-03-18) Note: Version bump only for package @​react-navigation/native @​react-navigation/native@​6.1.16 6.1.16 (2024-03-12) Note: Version bump only for...

🤖 dependabot 🤖

### Steps to Trigger Behavior 1. it occurs when try to use "fitbound" function ### Link to Minimal Reproducible Example ```js if (currentBottomSheetIndex === 0) { facilityCarmera?.current?.fitBounds( [minLon, minLat], [maxLon,...

Hello, currently, the lib doesn't seems compatible with react native architecture (it crash with a partial visible message "is not Fabric compatible yet". It there any plan to make it...

### Steps to Trigger Behavior 1. Trigger the camera.setCamera on a physical Android device ### Link to Minimal Reproducible Example No link but this is the relevant code: ``` const...