
Newest 'react-native-maps' Questions - Stack Overflow
React Native Maps is a set of components developed by Airbnb to facilitate the rendering of map components using React Native framework on both Android and iOS.
React-native-maps fill regions with different colors
Sep 14, 2021 · 1 I'm using the react-native-maps library to render GeoJSON data to a map. Is there a way to fill regions with different colors? I have a GeoJSON file of countries, and I'm passing it into the …
react-native-maps with expo , native-only module - Stack Overflow
Jan 11, 2025 · 0 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 …
React Native Maps — markers not rendering on initial load
Jun 3, 2025 · I'm building a React Native app using react-native-maps and expo-location. I fetch the user's location and show transit stop markers on the map. The data is fetched correctly, but on the …
React Native Expo Google Maps Shows Blank White Screen
Dec 16, 2024 · I am working on a React-Native app using Expo, and I am trying to integrate Google Maps on the home screen. However, the map does not load and only shows a blank white screen. …
react-native-maps with expo - Stack Overflow
Aug 21, 2019 · Usage Install & import For current expo versions Just add react-native-maps through expo: npx expo install react-native-maps as described here in the documentation Afterwards you can …
Google Maps API key on Android issue with `react-native-maps`
Apr 4, 2024 · I am using react-native-maps on Android with Expo, which requires the google maps APIKey to be injected into the app as described in the Expo docs. Then I build the app on EAS and …
After upgrading to React Native 7.7, the MapView component is not ...
Feb 6, 2025 · 0 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 …
React Native Maps is not displaying my location and markers every …
Jan 6, 2025 · No, the markers do not render even after panning or dragging. It seems that React Native Maps is unable to access the device's location continuously. However, this issue only occurs when …
google maps - React Native/Expo: Cannot read property ...
Nov 21, 2024 · 0 Re-building a development client after installing react-native-maps fixed it for me.