react-native-mapbox-gl icon indicating copy to clipboard operation
react-native-mapbox-gl copied to clipboard

A Mapbox GL react native module for creating custom maps

Results 118 react-native-mapbox-gl issues
Sort by recently updated
recently updated
newest added

In mapbox-gl-js we can apply the gradient to the line layer as shown in the screenshot below. ![screen shot 2018-07-11 at 12 06 10](https://user-images.githubusercontent.com/33053229/42556904-b0467ba0-850a-11e8-98f0-6bc236d46970.png) ![screen shot 2018-07-11 at 12 07...

Here is my code, settings.gradle ``` include ':mapbox-react-native-mapbox-gl' project(':mapbox-react-native-mapbox-gl').projectDir = new File(rootProject.projectDir, '../node_modules/@mapbox/react-native-mapbox-gl/android/rctmgl') ``` build.gradle(app) `implementation project(':mapbox-react-native-mapbox-gl')` build.gradle(android) ``` allprojects { repositories { mavenLocal() maven { // All of React...

I'm going to start by saying I'm sorry if this is in the wrong place but I could not find a discord/forum so I thought I'd ask here. I would...

I have a marker with a popup and when I had the popup open and moved the map, the popup disappered. This is a new behavior for something that had...

i encontred a problem when i passed my app on version 30 on Android with mapbox. The app doesn't work for android 11 and 12 but works fine for android...

Is it possible offline navigation if you download Mapbox offline. Is there any other way for offline navigation for Mapbox?

I am new to map box, I want to draw polygon on the map in my react native app. I found an example for javascript https://www.mapbox.com/mapbox-gl-js/example/mapbox-gl-draw/. I want to replicate...

All the times that my app "sleeps" the map "sleeps" too. Whenever I "wake up" my app the map still sleeping until I press somewhere in the screen. Does anybody...

Attached screen shot of simulator. The tile was added to simple map with only a background layer. Same sort of thing happens with more detailed, multi-layer maps. Depending on the...

Please help me out for this issue How to play video over the map react-native-Mapbox-gl by clicking on marker