🔒 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
  • 453
    Views
  • 3
    Participants
Last reply from:
pixkit

Trending Topics

Online now

Members online
1,091
Guests online
997
Total visitors
2,088

Forum statistics

Threads
2,274,722
Posts
28,957,832
Members
1,233,408
Latest member
0226Mjane
Back
Top