🔒 Closed google maps in react native expo

Status
Not open for further replies.

kiotipot

Journeyman
pa help po bakit ayaw mag render ng map sa mobile?
593146


ito po code ko sa map


import React from "react";
import { StyleSheet, Text, View } from "react-native";
import { MapView } from "expo";
export default class App extends React.Component {
render() {
return (
<MapView
style={{
flex: 1
}}
initialRegion={{
latitude: 37.78825,
longitude: -122.4324,
latitudeDelta: 0.0922,
longitudeDelta: 0.0421
}}
/>
);
}
}
 
Status
Not open for further replies.

About this Thread

  • 4
    Replies
  • 482
    Views
  • 3
    Participants
Last reply from:
pixkit

Trending Topics

Online now

Members online
935
Guests online
4,117
Total visitors
5,052

Forum statistics

Threads
2,331,109
Posts
29,255,691
Members
1,149,429
Latest member
mikyu
Back
Top