You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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} />
The text was updated successfully, but these errors were encountered:
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} />
The text was updated successfully, but these errors were encountered: