entrig-expo
Installation
SKILL.md
Entrig — Expo
Wires the @entrig/react-native package + Entrig config plugin into an Expo project. Push notifications based on database triggers for apps built with Supabase as backend.
Pre-flight
Read the project first:
- Is this an Expo project? (
package.jsonhasexpoindependencies,app.jsonorapp.config.jshas anexpoblock — if not, stop) - Is it actually a bare React Native project? (
ios/directory committed to source control, noexpoblock) — if so, stop and route the user to theentrig-react-nativeskill. - What platforms are targeted? (check if
ios/andandroid/directories exist, or whatapp.jsontargets) - Do platform targets meet minimum requirements? (iOS 14.0+, Android API 24+; stop and inform the user if not)
- How is auth handled? (read
App.tsxorApp.jsand search for sign-in/sign-out patterns)
Only ask the user about what's genuinely unclear or missing. If the Entrig API key is missing, ask them to copy it from https://app.entrig.com → project settings.
Quick integration
1. Set a real Bundle Identifier
Related skills