신진섭
신진섭
+1 same native version Device model iPhone 11pro and 16pro
The problem is that the trackViewChanges function doesn't work properly. ``` const [tracksView, setTracksView] = useState(true); //add useEffect(() => { //add if(Platform.OS === 'android'){ setTimeout(()=>{ setTracksView(false); },100) } },[]) {markers.map((marker)...
+1
https://github.com/user-attachments/assets/45711691-ef15-4816-9ad0-5461a86fb3ff
+1 react native version : 0.74.7