Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getLocationMode
Method · 0.45
componentDidMount
Function · 0.45
_switchLocation
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected