Walter Monecke
Walter Monecke
Yeah this is also happening to me
Hey @sarahsporck Ill give it a shot! :)
@Anwenden001 I see something similar. Even if I zoom a lot I can't seem to see streets or anything else. This is my MapView: ```javascript ```
I have tried with this styleURL `"https://demotiles.maplibre.org/styles/osm-bright-gl-style/style.json"` But it seems something is still broken. I get a blank view when zooming too much. This is an actual device but it...
@Anwenden001 Does it work for you with these styles? ``` styleURL="https://demotiles.maplibre.org/styles/osm-bright-gl-style/style.json" ```
Oh I see! Thank you! @Anwenden001 would you know why my basemap tiles [arent working](https://github.com/maplibre/maplibre-react-native/issues/51)? Basically, I have this URL 'https://basemaps-api.arcgis.com/arcgis/rest/services/styles/c0d6046bf15847488fa43acdc5df001e?type=style&token=API_TOKEN' But I am getting 401s. Is this the right...
Yeah, at the moment I am doing something like this: ```javascript const periodLengthInMonths = Platform.OS === 'android' ? selectedPackage.product.defaultOption.billingPeriod.value : selectedPackage.product.introPrice.periodNumberOfUnits; ```
@petertoth-dev I have interacted with the dev and he is not rude, he just gets to the point and probably has to deal with a lot of unexperienced devs just...
@serhiy-z-israelit-pro yeah, this error is a bit vague. Not sure what ill do next. It will probably be a manual upgrade by copypasting it into a new RN project.