Try This import Geolocation from 'react-native-geolocation-service'; const resuts=await Geolocation.requestAuthorization('whenInUse')
resuts=='granted'
It works for me!