Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
138 views

I am pretty new to react. Making an app that uses Nominatim / expo-maps. I did not run into this error until adding the destinationSubmit function and popup stuff in OahuMap.js. From the research I ...
akshaka9's user avatar
3 votes
0 answers
217 views

I upgraded my Expo app from SDK 51 to SDK 54 (React Native 0.81, react-native-maps 1.20.1). After the upgrade, my <Callout> inside <Marker> stopped showing data. Before upgrade it worked ...
Rehan Khan's user avatar
0 votes
1 answer
67 views

I am developing a iOs/Android App with React Native I have a Map view (OpenStreetMap) where weather stations are showed in a cluster. The default map zoom is 12 and the default center position of the ...
popof's user avatar
  • 11
0 votes
0 answers
78 views

I'm encountering a strange behavior with the Marker component in react-native-maps when adding markers dynamically. When I tap the map after adding a marker to the editingMarkers state, the ...
Victor Corral Guillot's user avatar
2 votes
1 answer
58 views

I’m using React Native Maps in a React Navigation screen: on the first mount my MapView renders with initialRegion and my Marker shows correctly, but when I navigate away and back—and call ...
Eyuphan Tilki's user avatar
0 votes
0 answers
47 views

I am getting flickering location pins (multiple) when using react-native-maps custom marker. Issue is not there when using default marker. I need to implement the custom marker because i need to ...
uma_8331's user avatar
1 vote
0 answers
543 views

I'm trying to upgrade Expo SDK from v52 to v53 and ran into issues with react-native-maps, which I don't really understand. I anyone faced this and could advise what I am doing wrong here? Set up ...
Vladimir I's user avatar
0 votes
0 answers
43 views

Summary I'm developing an app that displays users as markers on a map. The app filters userData and only renders markers for users within a 10km radius from the initial location. Issue When I search ...
Aditya Lucky Zulkarnaen's user avatar
1 vote
0 answers
24 views

fairly new to React Native so please forgive my ignorance. I'm trying to take a user's location, call supabase to obtain nearby locations and plot them as markers in react-native-maps. The challenge I'...
balloontunes's user avatar
0 votes
0 answers
43 views

I'm using the react-native-maps package. When I use the fillColor property on a Circle or Polygon, it fills the inside of the shape — which works as expected. However, I want to achieve something ...
Burak Tekin's user avatar
0 votes
0 answers
54 views

click to see how the map is showing in the apk after doing eas build this is my app.config.js import 'dotenv/config'; const isProduction = process.env.EAS_BUILD_PROFILE === 'production'; const ...
Gaurav's user avatar
  • 21
1 vote
1 answer
254 views

I'm working on a managed workflow expo app for iOS and Android. When i run the production build (either locally or with eas server) somehow the part of the android config in app.config.ts related to ...
Stefano Ortisi's user avatar
1 vote
1 answer
914 views

I am getting an error from react native maps when I try to build my app apk version on the eas server. this is the complete log Exporting server λ Bundling failed 8070ms node_modules/expo-router/build/...
Eric Uche's user avatar
  • 169
1 vote
0 answers
103 views

I am using react-native-maps in my React Native app and displaying custom tiles using UrlTile. However, on iOS devices (iPhones and iPads), I am experiencing missing tiles (pixelation) when rendering ...
Waseem Kurne's user avatar
  • 1,876
0 votes
0 answers
179 views

Markers keep disappearing while zooming in or moving on the map despite console log saying they are being rendered. I've tried rendering the bounding box of the region and it seems to be ok. Markers ...
Marek Pruszkowski's user avatar
0 votes
1 answer
834 views

am new to react native and am trying to use react-native-maps. am using expor and added maps by command form expo docs which is "npm expo install react-native-maps" (it also gave me a ...
Ahmad Shoukat 's user avatar
0 votes
0 answers
132 views

I am working on a React Native project using React Native CLI and trying to display a Google Map using the react-native-maps package. However, the map only shows a grey background with the Google logo,...
MD. ABDUL ALIM's user avatar
0 votes
0 answers
167 views

I am developing a mobile app (with Expo 52.0.18) where I am showing a list of trips. When you open a trip, a map should load with the markers on it (using react-native-maps 1.18.0). The map works fine ...
Vitalie Rotaru's user avatar
0 votes
0 answers
43 views

I am using template URL to display tiles from a third party API. That API for tile serves the tiles in 27700 format. React Native Maps Template URL expects it in 3857 or similar web mercator formats. ...
Awais Korai's user avatar
0 votes
0 answers
79 views

When first time below code is run Map appears and shows marker also. But if we navigate to nextpage and come back marker disappears. import React, { useEffect, useRef, useState } from 'react'; import {...
Far's user avatar
  • 1
9 votes
5 answers
12k views

I always get this error ERROR Warning: TypeError: Cannot read property 'bubblingEventTypes' of null when I add provider: {PROVIDER_GOOGLE} on my MapView Here is my code, I use gluestack-ui as UI ...
null_voyager's user avatar
2 votes
2 answers
824 views

Basically the Callout component is always being cut does not matter what I put inside of it. Example: The code: <MapView ref={mapRef} style={{ width: 300, ...
renatolem's user avatar
1 vote
0 answers
63 views

Issue: Inability to Scroll Map with backgroundInteractionEnabled Description: I’m encountering an issue with the backgroundInteractionEnabled prop in the react-native-actions-sheet package. While ...
Ömer Faruk Demirsoy's user avatar
0 votes
1 answer
156 views

I use MapView installed from react-native-maps to create map tha covers the home screen import React, {useEffect} from 'react'; import {StyleSheet, View, PermissionsAndroid, Platform} from 'react-...
Tishok's user avatar
  • 3
1 vote
0 answers
304 views

I'm using react native maps for my react native mobile application. On android, the map renders as apple maps. I don't want any of the labels like New York, etc. I just want a blank map. Is there a ...
username8492849's user avatar

1
2 3 4 5
22