Skip to content

React Native "react-native-android-location-service" , Location Settings Enable Error #1

Description

@ElangoPrince

hi, location access permission error. Permissions request response returns "authorized", but settings can't be enabled.

here my code:
`

``
requestPermission = () => {
Permissions.request('location', 'always')
.then(response => {
console.log(response);
})
.catch((error) => {
this.getJobs();
});
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions