import React, {useEffect, useState} from 'react'; import {View, StyleSheet, Keyboard} from 'react-native'; import MapView, {Marker, PROVIDER_GOOGLE} from 'react-native-maps'; import {url} from '../url'; import Button from './Button'; import Search from './Search'; import {BLACK, PRIMERY, RED, WHITE} from '../color'; export default function Map({ lat, long, showsUserLocation, latDelta, longDelta, children, }) { return ( {children} {/* {actionLocation && actionLocation.length > 0 && actionLocation.map((loc, index) => ( ))} */} {/*