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

[Bug]: Mapbox logo, compass and attribution are always enabled. #3728

Closed
vasilring opened this issue Dec 18, 2024 · 1 comment
Closed

[Bug]: Mapbox logo, compass and attribution are always enabled. #3728

vasilring opened this issue Dec 18, 2024 · 1 comment
Labels
bug 🪲 Something isn't working reopen-on-code-fixed

Comments

@vasilring
Copy link

Mapbox Implementation

Mapbox

Mapbox Version

10.1.33

React Native Version

0.76.5

Platform

iOS, Android

@rnmapbox/maps version

10.1.33

Standalone component to reproduce

<Mapbox.MapView
style={styles.map}
logoEnabled={false}
attributionEnabled={false}
scaleBarEnabled={false}
zoomEnabled={true}
rotateEnabled={false}
pitchEnabled={false}
compassEnabled={false}>
....other code
</Mapbox.MapView>

Observed behavior and steps to reproduce

Compass, attribution and map box logo are always enabled with the new architecture, even if I set them to false, both on emulators and real devices.

Expected behavior

When compass, logo and attribution are set to false they should not appear on the map.

Notes / preliminary analysis

No response

Additional links and references

No response

@vasilring vasilring added the bug 🪲 Something isn't working label Dec 18, 2024
Copy link

No code example found in issue body - More info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working reopen-on-code-fixed
Projects
None yet
Development

No branches or pull requests

1 participant