feature-flags-react-native

Installation
SKILL.md

PostHog feature flags for React Native

This skill helps you add PostHog feature flags to React Native applications.

Reference files

  • references/react-native.md - React native feature flags installation - docs
  • references/adding-feature-flag-code.md - Adding feature flag code - docs
  • references/best-practices.md - Feature flag best practices - docs

Consult the documentation for API details and framework-specific patterns.

Key principles

  • Environment variables: Always use environment variables for PostHog keys. Never hardcode them.
  • Minimal changes: Add feature flag code alongside existing logic. Don't replace or restructure existing code.
  • Boolean flags first: Default to boolean flag checks unless the user specifically asks for multivariate flags.
  • Server-side when possible: Prefer server-side flag evaluation to avoid UI flicker.
Related skills
Installs
75
Repository
posthog/skills
GitHub Stars
34
First Seen
Mar 28, 2026