featbit-sdks-react-native

Installation
SKILL.md

FeatBit React Native SDK

When to Use This Skill

Use for React Native mobile applications (iOS/Android) and Expo projects that evaluate feature flags on the client side.

Why client SDK: Connects from the mobile device via WebSocket, syncs flag data for the current user, and evaluates flags locally. Supports both React Native CLI and Expo Go.

Key difference from the React web SDK: initialization requires a mandatory buildConfig() call before the provider, and the initialization package (@featbit/react-native-sdk) is separate from the hooks package (@featbit/react-client-sdk). User fields are also different: keyId and name (not id and userName).

Do not use for React web browser apps (use featbit-sdks-react) or any server-side context.

Source

https://github.com/featbit/featbit-react-native-sdk

Setup Workflow

Related skills
Installs
3
GitHub Stars
11
First Seen
Mar 11, 2026
featbit-sdks-react-native — featbit/featbit-skills