Allen Lu

Results 11 comments of Allen Lu

> I'm closing for now. If anyone is still experiencing this, please comment with an up to date reproducible example and I'll be happy to re-open :) This is reproducible...

This is still a huge issue. Though we can manipulate the display over other elements using `position: "absolute"` and zIndex, this could affect styling principles across an application. This needs...

For those that are facing this issue currently: I was able to circumvent this issue by setting `PROVIDER={PROVIDER_DEFAULT}` which simply defaults iOS mapview to Apple maps instead of Google Maps....

Some additional info that might be helpful: This is an issue that only pertains to iOS at the moment as the Android upload seems to work. iOS file uri: ```...

> @alanjhughes Woo! Thanks for the quick fix. > > Any idea when we can expect it in a new release? As per the PR: https://github.com/expo/expo/pull/26880 ![image](https://github.com/expo/expo/assets/39037565/9e0df555-ebb0-46fe-bc52-107ef0b43263)

> @ApluUalberta do you want to try and submit a pull request with a fix? seeing that you managed to narrow down this ... I imagine you can compare the...

> Still experiencing this. In my case, neither `height: '80%'` nor `height: '30%'` work. What fixes it for me is changing the height in the code to whatever value, then...

> In my case, it was enough to set the parent's zIndex to a higher value than the following elements. Try it at your case maybe it will work too...

> In my case, it was enough to set the parent's zIndex to a higher value than the following elements. Try it at your case maybe it will work too...