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

Trending Topics

Online now

Members online
433
Guests online
1,362
Total visitors
1,795

Forum statistics

Threads
2,287,482
Posts
29,044,837
Members
1,216,560
Latest member
saelxx02
Back
Top