Ryan TG

Results 26 comments of Ryan TG

I haven't used the latest RNM. But in case it helps at all for testing things: on our project we put a view inside the callout, and we give the...

I don’t mean to necro this, but I’m experiencing this, as well. Also using the react-native-maps that is bundled with Expo (which right now is 0.22). My sizes are 20x20,...

It helped when I specified the size, like this: ```` import markerDot from '../assets/images/markerdot.png' ... ```` and I made: ```` markerdot.png (20x20) [email protected] (40x40) [email protected] (60x60) ````

Sure. I was using `image={}` before I discovered this issue. Had to wrap it in `

Perhaps for you? I tried the base64 method (both as Image and ImageBackground, since I need my markers to have a Text component within). Still very slow on Android. ImageBackground...

To add another use case to this: in addition to custom Image and Icon markers resulting in very slow performance on Android, styling the markers using a View also results...

And when there's no feature image, just keep it as it is right now? I generally don't include feature images on my posts. Related: On my site, on the list...

I agree with others above that currently (v10.0.8) when you use `PointAnnotation` and `Callout`, you _can_ dismiss a callout by clicking on another point, but clicking a part of the...

I'm experiencing the same as @oliverdolgener - back button is missing on iOS production-only, though not Android. This occurred after upgrading Expo to SDK 50. I experienced it with this...

From my experience, I had to use an additional style prop to change the fontFamily. So the above became: ``` ```