@ -5,10 +5,10 @@ const screen_height = Dimensions.get("window").height;
const dimensions = {
text: {
header: 24,
secondary: 20,
default: 18,
tertiary: 14,
header: 26,
secondary: 18,
default: 16,
tertiary: 12,
},
};
@ -20,7 +20,7 @@ function MapFeedScreen(props) {
const markers = useMarkers(hasToQuery);
// console.log(markers);
const map_scale = 0.005;
const map_scale = 0.003;
const lat_long_delta = {
latitudeDelta: map_scale,
longitudeDelta: map_scale * (screen_width / screen_height),