react-native-device-info - v15.0.1
    Preparing search index...

    Function isLowBatteryLevel

    • Helper that classifies a normalized battery level as "low" using platform-specific thresholds.

      Parameters

      • level: number

      Returns boolean

      const isLow = isLowBatteryLevel(0.12);