Skip to main content

Installing the React SDK

appflags GitHub Repo stars

Installing from NPM

The React SDK is available as a package on NPM. To install the SDK from NPM:

npm install appflags-react --save

Once the SDK is installed in your project, import AppFlags into your code:

import AppFlags from "appflags-react";