Julius Pahama

Results 16 comments of Julius Pahama

> ../../.turbo/cache it doesn't work for me. EAS build fails at this part. Saving to cache: - /home/expo/workingdir/build/.turbo/cache ENOENT: no such file or directory, lstat '/home/expo/workingdir/build/.turbo/cache'

Same issue, any update on this? Because I can't get to re-render my custom markers when the **tracksViewChanges** prop is set to false. ### Installed dep versions: "expo": "~53.0.12", "react-native-maps":...

This issue has been fixed at version 1.26.13. see https://github.com/react-native-maps/react-native-maps/issues/5596#issuecomment-3351540778

Same error. I tried to use **redraw()** method but as of the latest version: 1.24.3, the **redraw()** does not exist in the markerRef anymore. See https://github.com/react-native-maps/react-native-maps/issues/5530

> Same error. I tried to use **redraw()** method but as of the latest version: 1.24.3, the **redraw()** does not exist in the markerRef anymore. See [#5530](https://github.com/react-native-maps/react-native-maps/issues/5530) The **redraw()** method...

@fabiog27 If you are just using svg markers, you can try [react-native-google-maps-plus](https://github.com/pinpong/react-native-google-maps-plus). I am currently migrating into this library. It uses Google Maps SDK and it is more stable than...

> If you’re fine with using SVGs for your markers, you can use [react-native-google-maps-plus](https://github.com/pinpong/react-native-google-maps-plus) until this library becomes more stable. Hello, is it easy to migrate from react-native-maps into this...

@pinpong is it possible in the library to create a custom marker like for example a user's location marker, that can animate on position changes and rotate based on the...