Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When we give custom style url it gives blank on borders of that url any custom url it give blank only #3458

Open
sabarikobagapau opened this issue Apr 22, 2024 · 0 comments
Labels
bug 🪲 Something isn't working

Comments

@sabarikobagapau
Copy link

sabarikobagapau commented Apr 22, 2024

Screenshot 2024-04-22 at 2 49 03 PM
Uploading Screenshot 2024-04-22 at 2.49.18 PM.png…

Mapbox Implementation

Mapbox

Mapbox Version

10.16.4

React Native Version

0.72.0

Platform

iOS, Android

@rnmapbox/maps version

10.0.15

Standalone component to reproduce

import React from 'react';
import {
  MapView,
  ShapeSource,
  LineLayer,
  Camera,
} from '@rnmapbox/maps';

const aLine = {
  type: 'LineString',
  coordinates: [
    [-74.00597, 40.71427],
    [-74.00697, 40.71527],
  ],
};

class BugReportExample extends React.Component {
  render() {
    return (
      <MapView style={{flex: 1}}
 styleURL= {'mapbox://styles/aerosimple/clmyyud9802u301qu2yadcuco'}
>
        <Camera centerCoordinate={[-74.00597, 40.71427]} zoomLevel={14} />
      </MapView>
    );
  }
}

Observed behavior and steps to reproduce

Expected behavior

Notes / preliminary analysis

No response

Additional links and references

No response

@sabarikobagapau sabarikobagapau added the bug 🪲 Something isn't working label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant