MCPcopy 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

getAppBrightnessMethod · 0.45
saveBrightnessMethod · 0.45
componentDidMountFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected