react-native-maps Questions
4
I am using react-native-google-places-autocomplete to select a location. I want to extract the location selected and use it in other component.
How can I save the address
This is my code
im...
Delineation asked 18/7, 2018 at 4:32
4
Unhandled JS Exception: Invariant Violation: requireNativeComponent: "AIRMap" was not found in the UIManager.
This error is located at:
in AIRMap (at MapView.js:760)
in MapView (at App.js:25)
...
Pyonephritis asked 13/7, 2018 at 5:14
3
console.error: "react-native-maps" AirGoogleMaps dir must be added to your xCode project
I got this error when I am trying to test the example in react-native-maps module.
Github: https://gith...
Derrik asked 21/12, 2016 at 15:30
2
The example provided in the examples of the react-native-maps repo on GitHub shows a button to execute a function to set the appropriate zoom considering to a list of markers:
fitAllMarkers() {
...
Redfield asked 31/1, 2017 at 0:27
2
Solved
I am installing react-native-maps. In the installation guide, on Build configuration on Android in Section 3.1, it shows:
buildscript {
ext {
buildToolsVersion = "xxx"
minSdkVersion = ...
Baron asked 11/11, 2019 at 17:38
6
I am getting following error
Could not get unknown property 'supportLibVersion' for object of type
org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHand
I am working on r...
Impassable asked 14/10, 2019 at 7:43
2
I have a react native Expo app that uses Location permissions. It works great on my device and on the Simulators so moving to the next step of distribution - TestFlight. When I load the ipa to Test...
Denticulate asked 3/12, 2019 at 12:11
1
I am using react-native-maps for react-native and I like to use my own buttons for "left" "right" "up" and "down" instead of using the fingers to swipe. (also a button for rotation)
i searched a l...
Motivation asked 31/10, 2019 at 21:7
1
I can't seem to install react-native-maps into my react native ios project using pod install. I get the warning Missing dependency target "React" and a React/RCTView.h' file not found error
https:...
Mistrust asked 25/4, 2018 at 22:34
6
I'm getting the following warning "Accessing view manager configs directly off UIManager via UIManager['AIRMap'] is no longer supported. Use UIManager.getViewManagerConfig('AIRMap') instead". Its b...
Newly asked 24/2, 2019 at 22:21
2
It might have been a few people asking this question, I have been looking all over Github, but can't find a solution that works for installing React Native Maps...
Invariant Violation: requireNa...
Cb asked 17/9, 2018 at 20:57
5
I am using a real android device (version 5.1)
I am able to determine my position using react-native-maps (correct blue point position on map inside my app ) + I am able use google maps app and go...
Dietitian asked 16/11, 2017 at 16:3
2
Solved
The color of MapView.Marker does not seem to change from the default red color even after assigning a color to pinColor.
Is something wrong?
{ this.state.markers.map(marker => {
return (
<...
Zola asked 13/12, 2016 at 17:36
5
Solved
I am trying to implement React Native MapView for Android. I did follow github installation instruction but i am facing compilation error when i try to run using react-native run-android command.
...
Schoolfellow asked 14/3, 2019 at 6:27
1
On iOS when using map kit we are able to get the current annotations inside of the visible map rect. Here is a small snippet using swift
Array(myMap.annotations(in: myMap.visibleMapRect))
Is the...
Snatchy asked 7/7, 2019 at 23:38
1
Building out react-native-maps and trying to decide the pros and cons of using animateToRegion vs. animateCamera. In the past we've handled everything on a region basis.
Seems like region would b...
Bunyan asked 6/6, 2019 at 0:1
2
I am using react-native-maps library by airbnb to develop my react native app for android. This app shows a map and a car icon on the home page.
It works fine but when the car is moving and the ca...
Profession asked 22/10, 2017 at 19:23
0
I am using react-native-maps library to show google maps in react-native application.
I am tracking user movement and want to rotate the map when location will be changed. For map rotation I am ca...
Recount asked 23/3, 2019 at 19:14
0
I am using react-native-maps library with expo to render google maps for android and ios.
At some point, I need to render map in first person view mode, something like this:
I've read react-nativ...
Affenpinscher asked 16/3, 2019 at 10:56
1
Solved
Since Google switched their pricing model, and Mobile Native Maps are still unlimited while Javascript SDK maps are limited to 28,000 per month as you can see
here.
Does anyone know which category...
Spirochete asked 30/11, 2018 at 1:1
0
I occasionally get this error in Firebase counsel when rendering a map with react-native-maps on android. I have a check in place to see if there is a latitude and a longitude before rendering the ...
Tamikatamiko asked 29/11, 2018 at 18:27
3
Solved
I am developing a map location. When I click in some particular place I get the latitude and longitude, but not the current location, latitude and longitude.
I don't know how to find out.
How can...
Km asked 3/4, 2017 at 5:8
0
I'm working with React Native and I need a Map on my Application, for this, I'm trying to use react-native-maps. But when I get it installed, and try to use it, I got these red screens:
I've follo...
Pinch asked 10/10, 2018 at 18:45
1
I have this method to fetch current location by clicking button it will fetch current location . I want to fetch location without clicking that button .
getLocationHandler = () =>{
navigator.g...
Heraclitean asked 9/10, 2018 at 6:39
1
Solved
I use React-Native-Maps and my map marker pins that overlap each other spring apart gracefully when i click them, so can i pick the one wanted?
I've used This library for the web side.
Pietra asked 26/9, 2018 at 14:29
© 2022 - 2024 — McMap. All rights reserved.