react-native-live-activities
Installation
SKILL.md
React Native Live Activities
Live Activities comunicam estado em andamento fora do app (Lock Screen / Dynamic Island no iOS). No Android, use foreground notification / ongoing progress equivalente. Não substituem push genérico nem tracking GPS completo.
Transporte: taxi-machine. Localização: react-native-realtime-location / react-native-background-location.
Escopo por plataforma
| Plataforma | Mecanismo |
|---|---|
| iOS | ActivityKit Live Activity (+ push-to-update quando remoto) |
| Android | Ongoing notification / live updates (FGS se política exigir) |
- iOS 16.1+ para Live Activities; teste Dynamic Island em dispositivos suportados.
- Expo: use o módulo/config plugin que o projeto já adotar (
expo-live-activityou bridge nativa documentada). Bare: target Widget Extension + ActivityKit.