Issue: Markers and User Location Not Displaying Consistently on Map in React Native
I am using react-native-maps
(version 1.20.1) in my React Native project, and I am facing an issue where markers and the user location (blue dot) are not displaying consistently.
Issue: Markers and User Location Not Displaying Consistently on Map in React Native
I am using react-native-maps
(version 1.20.1) in my React Native project, and I am facing an issue where markers and the user location (blue dot) are not displaying consistently.
OnMapReady not working consistently on MapView
I am developing a mobile app (with Expo 52.0.18) where I am showing a list of trips. When you open a trip, a map should load with the markers on it (using react-native-maps 1.18.0).
React Native Expo Google Maps Shows Blank White Screen
I am working on a React-Native
app using Expo
, and I am trying to integrate Google Maps
on the home screen. However, the map does not load and only shows a blank white screen. Here’s the relevant code and configuration:
React native maps in expo working so slowly and map marker blinking
I add react native maps in expo but its working so slowly, really now I don’t know what I can do. Any suggestion? Also I have a issue in map marker I add my custom marker but its blinking, I put trackVieChanges false with some condition because without that images are not showing.
how can I fix my app crashing in my expo?
I was building a mini app with expo and after installing it to my device by compiling expo cli by both APK and aab, in both cases when I reached this page it crashed, it worked everything except when I go to the dynamic page. but I saw this error on my cli while compiling and it asks me to update my packages….enter image description here
this is the code and folder structure enter image description here
React Native Maps what is the tracksViewChanges prop in the component exactly for?
I am in expo 50 using react-native-maps version 1.13.0, so i am facing the same flickering issue explained here 4997 when rendering custom markers. When i set trackViewChanges={false} in the Marker it solves the issue and the map is also drastically more performant. For more information about my custom markers they render a jpg or png image inside of them and have like a custom badge that changes its label dynamically on top of them.