#Map is Too small
9 messages · Page 1 of 1 (latest)
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;
this is home.tsx
https://github.com/abdallahabusedo/Ryde_JSM
this is my repo
i also get this error.
I also have the same problem
anyone solved this ?