entrig-react-native

Installation
SKILL.md

Entrig — React Native

Wires the @entrig/react-native package into a React Native project. Push notifications based on database triggers for apps built with Supabase as backend.

Pre-flight

Read the project first:

  • Is this a React Native project? (package.json has react-native in dependencies, ios/ directory exists at the root — if not, stop)
  • Is it actually a managed Expo project? (app.json with an expo key and no checked-in ios/ directory) — if so, stop and route the user to the entrig-expo skill.
  • What platforms are targeted? (check if ios/ and android/ directories exist)
  • 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. Install the package

Related skills
Installs
1
First Seen
3 days ago