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

Trending Topics

Online now

Members online
1,239
Guests online
3,461
Total visitors
4,700

Forum statistics

Threads
2,305,911
Posts
29,168,517
Members
1,195,485
Latest member
sukina
Back
Top