#Map is Too small

9 messages · Page 1 of 1 (latest)

tranquil rock
#

this is the Maps.tsx

import { Text } from "react-native";
import MapView, { PROVIDER_DEFAULT } from "react-native-maps";
const Maps = () => {
  return (
    <MapView provider={PROVIDER_DEFAULT} className="w-full h-full rounded-2xl ">
      <Text>Maps</Text>
    </MapView>
  );
};

export default Maps;
tranquil rock
tranquil obsidian
#

i also get this error.

patent ivy
#

same for me

#

did you manage to fix the issue?

grand vortex
#

I also have the same problem

wraith nebula
#

anyone solved this ?