react-native-geolocation
Geolocation APIs for React Native (by michalchudziak)
react-native-maps
React Native Mapview component for iOS + Android (by react-native-maps)
react-native-geolocation | react-native-maps | |
---|---|---|
7 | 34 | |
1,409 | 15,647 | |
0.4% | 0.4% | |
7.2 | 9.2 | |
about 1 year ago | 16 days ago | |
Java | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
react-native-geolocation
Posts with mentions or reviews of react-native-geolocation.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-26.
-
Need help implementing google maps
Then watchPosition from @react-native-community/geolocation is definitely the way to go. Here's a link to the example in their repo. This will constantly update the position state variable, which you can then send to a realtime service which other users are subscribed to and consuming. (Depending on your implementation, could be a websocket or some pub/sub service... I've worked with Pusher Channels before for something similar.)
-
How to implement live location tracking of user in reactjs? Like the marker should move if user moves.
I like this one https://github.com/michalchudziak/react-native-geolocation
-
Will ReactNative Give User's Phone Location?
For location, you can use the [geolocation library](https://github.com/michalchudziak/react-native-geolocation). If for some reason the user blocks this permission, a neat little trick is to call this API, [https://ipapi.co/json/\]([https://ipapi.co/json/](https://ipapi.co/json/)). They will get the users Longitude and Latitude based on the requesting IP. Of course, that will be masked if they have a VPN running. But it is a second attempt at getting a location.
-
How do I make this app?
You can just use react-native-geolocation and it's watchPosition method to just listen to location changes and respond to that accordingly. If it comes within 10-15-20-50 meters from the college you can count that as arrival.
-
Full fletched react-native-maps app
Here's some APIs to look into, maybe you could do searches based on libraries https://github.com/michalchudziak/react-native-geolocation
- Are there any good tutorials on making a GPS app?
-
How to use React Native Geolocation to get Postal Address
@react-native-community/geolocation
react-native-maps
Posts with mentions or reviews of react-native-maps.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-17.
-
Must-Know React Native Libraries for Faster Mobile App Development in 2025 🚀
6. React Native Maps – Location-Based Features Made Easy 🗺️
-
How to develop comprehensive food delivery React Native mobile app?
Set up Google Maps: Follow the React Native Maps setup guide to configure Google Maps for your app.
- React Native in Echtzeit: Pub/Sub, Geolokalisierung, Anwesenheit
-
React Native Maps Tiles
We are using the code below. And we use https://github.com/react-native-maps/react-native-maps for Maps
-
React Native Maps: Easy Bird's Eye View Animation
Now for the fun part - understanding the relevant MapView props! When reading the full MapView documentation you can see the MANY props but we will only need the following:
- React native for Linux app development in 2023
-
Can this be achieved in react native? Custom polygon on react-native-maps.
Are you using react-native-maps own polygons? There is a “polygon creator” example on their github: https://github.com/react-native-maps/react-native-maps/blob/master/example/src/examples/PolygonCreator.tsx
-
How to draw & edit polygons with react-native-maps?
And their docsdont seem to include any draw/edit functions.
-
Can I use OpenStreetMaps with react-native-maps?
Plus google isn’t going to charge you for the google maps mobile sdk. Discussed here https://github.com/react-native-maps/react-native-maps/discussions/4278
-
7 Popular React Native UI Component Libraries You Should Know
react-native-maps offers map components for your Android or iOS application. The kit offers different types of component API such as MapView, Marker, Callout, Polygon, Polyline, Circle, and Overlay.
What are some alternatives?
When comparing react-native-geolocation and react-native-maps you can also consider the following projects:
maps - A Mapbox GL flutter package for creating custom maps
react-native-geolocation-service - React native geolocation service for iOS and android
maps - A Mapbox react native module for creating custom maps
react-native-device-country - Get device location by telephony (SIM card) or settings without using GPS tracker.
react-native-background-geolocation - Sophisticated, battery-conscious background-geolocation with motion-detection