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.json has expo in dependencies, app.json or app.config.js has an expo block — if not, stop)
  • Is it actually a bare React Native project? (ios/ directory committed to source control, no expo block) — if so, stop and route the user to the entrig-react-native skill.
  • What platforms are targeted? (check if ios/ and android/ directories exist, or what app.json targets)
  • 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.tsx or App.js and 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
Installs
2
First Seen
3 days ago