MCPcopy Index your code
hub / github.com/c19354837/react-native-system-setting / isLocationEnabled

Method isLocationEnabled

SystemSetting.js:158–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 }
157
158 static async isLocationEnabled() {
159 return await SystemSettingNative.isLocationEnabled()
160 }
161
162 static async getLocationMode() {
163 if (Utils.isAndroid) {

Callers 3

getLocationModeMethod · 0.45
componentDidMountFunction · 0.45
_switchLocationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected