Skip to content

Mapbox Store Locator zoom problem #26514

Closed
@reshiDeveloper

Description

@reshiDeveloper

Hi.
When I upgrade react native to 0.60.5, I can not see all places in my app. I created map with mapbox and store locator kit. I reduced zoom level. But anthing didnot change, it is too much zoom.I can't see any place location from my current position.
How can I see all places?

This is StoreLocatorKit.Mapview:
<StoreLocatorKit.MapView
simulateUserLocation
accessToken={MAPBOX_ACCESS_TOKEN}
theme={this.state.activeTheme}
centerCoordinate={this.state.initialLocation}
featureCollection={places}
zoomLevel={10}
style={styles.matchParent} />

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions