Skip to main content

All Questions

Tagged with
0 votes
0 answers
32 views

MapView In react native keeps coming up with a web bundling error?

new to all this but im having problems with using MapView in my react native app i keep getting a web bundling failed when i add the import map view, any help will be appreciated here is my code and ...
dan lea's user avatar
0 votes
0 answers
23 views

MapView Marker React Native Expo

Error Type '{ coordinate: { latitude: number; longitude: number; }; image: { uri: string; }; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly'. Property ...
Beanz's user avatar
  • 1
1 vote
1 answer
103 views

How to show only downloaded map tiles and not the default Apple/Google maps with MapView library in Expo/React-Native

I am displaying a map view in my react native app like this, using the MapView library. <View style={styles.container}> <MapView region={region} style={styles.map}> <UrlTile ...
anonymous2343's user avatar
1 vote
3 answers
1k views

MapView build: Expose secret google maps api key in app.json, is it safe?

I am building a new react native app with expo which uses google maps (MapView library), But, deploying a map with Google Maps requires to explecitly add maps api key in app.json as below : “android”:...
da45's user avatar
  • 361
0 votes
0 answers
170 views

My app is working on Expo Go, but apk crashes when I open page with map component

I finished my app and it is working in Expo Go, but when I export apk to test it, it crashes when I open page with map component. I did all instructions from: https://docs.expo.dev/versions/latest/sdk/...
zorz's user avatar
  • 11
0 votes
0 answers
206 views

MapViewDirections rerendering issue

ok so i have a page in react native that has a mapview and i am displaying the current location of the user and the destination of the user, at first the user's position on the map didn't move if the ...
Curtis Crentsil's user avatar
0 votes
1 answer
295 views

How to change latitude/longitude delta mapview expo react native

WHen i open my react native expo app my mapview is on my location: initialRegion={{ latitude: Number(userProfil.latitude), longitude: Number(userProfil.longitude), ...
Arnaud P's user avatar
  • 117
0 votes
1 answer
733 views

Expo Cli React Native Geolocation Tracking App

I want to create a react native expo cli geolocation tracking system, i have got the location coordinates via expo location(lib).I have stored these co-ordinates into a variable(text) as a string. Now ...
fahad yaseen's user avatar
3 votes
0 answers
4k views

React Native MapView without API key

I want to use MapView from react-native-maps library in my react native expo project without going into Google API key pricing. Is there any way to do that? Currently, I am using UrlTile to display ...
Bassel Turky's user avatar
0 votes
1 answer
434 views

MapView showing blank view with google icon on it when ejected from expo

So i built an app in expo where i use MapView and it worked fine until i ejected from expo. It showed map correctly but when i ejected from expo, it shows a blank view with google icon on it. Note ...
Irfan wani's user avatar
  • 4,740