-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
my code is
navigator.geolocation.getCurrentPosition(
position => {
console.log(position)
},
error => {
console.log(error)
},
{
enableHighAccuracy: Platform.OS !== 'android',
timeout: 20000
}
)
Before when I open the device's position
the result is code:1 message: "No location provider available."
After when I open the device's position
the result is code:3 message: "Location request timed out"
my device is Nexus 5 android version 4.4.4
react-native -v
: 0.46.2node -v
:v8.2.0npm -v
:5.3.0
- Build tools:25.0.0 minSdkVersion 16 targetSdkVersion 22
douglasjunior and pawarvijay
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.