Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

87
Views
React Native: Google maps custom marker image can't be bigger than: width:40 & height:40?

I0m using google maps on my react-native app, I'm trying to set the size of my custom marker image to 50 but it appears anything bigger than 40 makes the image marker look cropped, is it possible to fix or is this a limitation?

export default CustomMarker = (props) => 
{
    const {image = '/img/misc/default.jpg'} = props;

    return (

        <Image elevation={3} style={{ width:50,height:50,borderRadius:50/2,borderColor:'white',borderWidth:0 }} resizeMode="cover" source={{uri: env.BASE_URL+image }}/>
    
    )
};

I use it like:

<Marker key={index} coordinate={{ latitude:Number(marker.lat), longitude:Number(marker.lng) }} onPress={ () => {onMarkerPress(marker) } }>
                <CustomMarker3 image={marker.images[0]}/>
            </Marker>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!