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
11.8.0
0.76.1
iOS
@rnmapbox/maps
10.1.33
import React from 'react'; import { MapView, StyleImport } from '@rnmapbox/maps'; class BugReportExample extends React.Component { render() { return ( <MapView styleURL="mapbox://styles/mapbox/standard"> <StyleImport id="basemap" existing config={{ light: "dusk" }} /> </MapView> ); } }
Map should render with 'dusk' lighting preset
Repro: https://github.com/vineyardbovines/rnmapbox-styleimport-bug
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mapbox Implementation
Mapbox
Mapbox Version
11.8.0
React Native Version
0.76.1
Platform
iOS
@rnmapbox/maps
version10.1.33
Standalone component to reproduce
Observed behavior and steps to reproduce
Expected behavior
Map should render with 'dusk' lighting preset
Notes / preliminary analysis
Repro: https://github.com/vineyardbovines/rnmapbox-styleimport-bug
Additional links and references
The text was updated successfully, but these errors were encountered: