We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mapbox
10.1.33
0.76.5
iOS, Android
@rnmapbox/maps
<Mapbox.MapView style={styles.map} logoEnabled={false} attributionEnabled={false} scaleBarEnabled={false} zoomEnabled={true} rotateEnabled={false} pitchEnabled={false} compassEnabled={false}> ....other code </Mapbox.MapView>
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.
When compass, logo and attribution are set to false they should not appear on the map.
No response
The text was updated successfully, but these errors were encountered:
No code example found in issue body - More info
Sorry, something went wrong.
No branches or pull requests
Mapbox Implementation
Mapbox
Mapbox Version
10.1.33
React Native Version
0.76.5
Platform
iOS, Android
@rnmapbox/maps
version10.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
The text was updated successfully, but these errors were encountered: