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.jsonhasreact-nativeindependencies,ios/directory exists at the root — if not, stop) - Is it actually a managed Expo project? (
app.jsonwith anexpokey and no checked-inios/directory) — if so, stop and route the user to theentrig-exposkill. - What platforms are targeted? (check if
ios/andandroid/directories exist) - 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. Install the package
Related skills