A React Native app built with Expo that automatically detects when you enter a saved Silent Zone (like a library or temple) and notifies you to switch your phone to silent mode.
- ✅ Add, edit, and delete custom Silent Zones on a map.
- ✅ Automatically checks if you're inside any saved zone.
- ✅ Sends notification when inside a Silent Zone.
- ✅ Uses background location tracking.
- ✅ Built using Expo and EAS Build.
- ✅ Offline support with local storage (AsyncStorage).
| Tech | Description |
|---|---|
| React Native | Cross-platform mobile framework |
| Expo | Developer tools and workflow |
| Expo Location | For GPS and background location updates |
| Expo Notifications | For local notification handling |
| AsyncStorage | For offline zone saving |
| EAS Build | For production APK generation |
- Clone the repo
git clone https://github.com/your-username/silent-zone-app.git
cd silent-zone-app