Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/c19354837/react-native-system-setting
/ getBrightness
Method
getBrightness
SystemSetting.js:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
static
async
getBrightness() {
25
return
await
SystemSettingNative.getBrightness()
26
}
27
28
static
async
setBrightness(val) {
29
try {
Callers
3
getAppBrightness
Method · 0.45
saveBrightness
Method · 0.45
componentDidMount
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected