python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to know if my react native expo app is using External GPS readings?
I've built an expo app using expo location and react native maps libraries. I connect an external GPS via Bluetooth to my phone. Then the accuracy reading in my app becomes fixed at 5 meters. I don't ...
shunshun
Votes: 0
Answers: 1
Why React native map initialRegion is not working?
When I present my map it never loads the initRegion somewhy, it always starts with the african region. The loading that is visible in the gif is coming from an API call, and I stop it when the get re...
AnyamBorogass
Votes: 0
Answers: 1
How to update coordinates of "showsUserLocation" marker in react native maps?
The (blue dot) marker doesn't response to user movements. I can get the current location of the user, but I can't figure how to update the location of the blue marker. I can use component and update ...
shunshun
Votes: 0
Answers: 1
I want to get currentlocation of user , I am getting current location in android and ios but not on android tablet
I am getting correct latitude and longitude in android and ios and showing the marker but this doesn't happen on tablet. I am not getting marker in tablet android , I have enable showUserLocation={tru...
Faisal Khawaj
Votes: 0
Answers: 0