신진섭

Results 8 comments of 신진섭

+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)...

https://github.com/user-attachments/assets/45711691-ef15-4816-9ad0-5461a86fb3ff