What problem does it solve?
This Skill provides privacy-first patterns for React Native apps to securely handle sensitive data, enabling biometric authentication, secure storage, app locks, data export/deletion, and HIPAA-aligned workflows.
Core Features & Use Cases
- Biometric authentication integration using expo-local-authentication to protect sensitive screens.
- Secure storage patterns using expo-secure-store for encryption keys, tokens, and credentials.
- App lock and switcher privacy patterns to blur content when backgrounded and require re-authentication.
- Data export and deletion workflows with audit logging and HIPAA considerations.
- Privacy settings UI to enable/disable biometric lock, blur, analytics, and data export/deletion.
Quick Start
Install and configure expo-local-authentication and expo-secure-store, wrap sensitive screens with a privacy gate, and enable app switcher blur. Use biometric authentication for sensitive actions and provide data export and deletion options in the UI.