Skip to content

and/battery

Repository files navigation

Battery Alert

A cross-platform React Native app that monitors your battery level and sounds a persistent alarm when it drops below your chosen threshold. The alarm only stops when you plug in your charger.

Built for people who forget to charge their phone and end up with a dead battery during the day.

Battery Alert app screenshot

Features

  • Set a custom battery threshold (5%–50%)
  • Persistent alarm sound that only stops when you plug in
  • Background monitoring — alerts fire even when the app is backgrounded or killed (Android)
  • Event-driven monitoring with minimal battery impact
  • Works on both Android and iOS
  • WCAG AA accessible for older users
  • Dark theme to save battery on OLED screens

Install

Download the latest APK from Releases.

Build from source

npm install

Android:

npx react-native run-android

iOS:

cd ios && bundle exec pod install && cd ..
npx react-native run-ios

License

MIT

About

A cross-platform app that sounds a persistent alarm when your battery drops below a custom threshold. The alert only stops when you plug in your charger.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors