|
@@ -450,7 +450,7 @@ const MapScreen: any = ({ navigation, route }: { navigation: any; route: any })
|
|
|
setNomads(filteredNomads);
|
|
|
}
|
|
|
}
|
|
|
- }, [usersLocation, showNomads]);
|
|
|
+ }, [usersLocation, showNomads, refreshInterval]);
|
|
|
|
|
|
useEffect(() => {
|
|
|
const loadCachedIcons = async () => {
|