1,089 questions
0votes
0answers
24views
Google Maps not displaying properly in my Expo React Native Android app (beige map with Google logo only)
I'm developing a React Native app using Expo and trying to integrate Google Maps on Android.In Expo Go, the map works fine. But after generating an APK using EAS build, the map only displays a beige/...
0votes
0answers
23views
react native map is not visible after doing this npx eas build --profile development --platform android but works on expo go
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 ...
1vote
1answer
389views
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNMapsAirModule' could not be found (React Native 0.79 + Hermes + iOS)
I'm working on a React Native project (v0.79.0) using the New Architecture and Hermes. Everything builds correctly, but the app crashes at runtime on iOS with this error: [runtime not ready]: ...
1vote
0answers
58views
Google Maps API removed from my expo build
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 ...
0votes
0answers
65views
Importing native-only module codegenNativeCommands on web
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/...
0votes
0answers
258views
Error: Importing native-only module "react-native/Libraries/Utilities/codegenNativeCommands" on web
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/...
0votes
0answers
61views
React-native-maps Marker Flickers on State Update when Animating Scale
In React native I am using the react-native-maps and reanimated packages and I am trying to use reanimated to scale a marker when it is pressed, however, when I press the marker, as it's view scales ...
0votes
0answers
33views
React Native Maps UrlTile Missing Tiles / Pixelation Issue on iOS (iPhone & iPad)
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 ...
0votes
0answers
20views
How to persist locations from getCurrentPositionAsync on user's device accurately?
I'm trying to build some functionality similar to what you see on Strava. While the user is recording i want to track their route and save it for them to do things with later. I'm using latest ...
0votes
0answers
53views
After upgrading to React Native 7.7, the MapView component is not rendering or displaying on the screen
Summary of the Bug Report After upgrading to React Native 7.7, the MapView component from react-native-maps is not rendering and leaves a blank screen, despite markers working fine. This suggests that ...
0votes
0answers
52views
React native maps clusterer problem with disappearing clusters
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 ...
0votes
0answers
72views
React native android use openstreetmap map
I would like to use openstreetmap maps on android, but it is not working I get a white google map. Below is the code I am using, I did not put a google api key because I would not need it. I read this:...
0votes
1answer
532views
react-native-maps with expo , native-only module
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 ...
1vote
1answer
433views
React Native Maps is not displaying my location and markers every time I render the map
I am using React Native v0.76.1. When I open the app and navigate to the map page, my location and the markers appear correctly. However, after navigating back and returning to the same page, my ...
0votes
0answers
73views
React Native Maps Showing Grey Background with Google Logo in CLI Project
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,...