Installing the SDK

React SDK Installation

To integrate VWO FME SDK into your React application, you must first install the SDK through a package manager. VWO FME React SDK can be installed using npm.

Requirements

📘

React Version

16.8.0+

Installation via npm

To integrate the FME React SDK into your application through npm, run the following command through the command line. Make sure you run this command in the correct directory where your app resides.

npm install vwo-fme-react-sdk --save

Installation via yarn

To integrate FME React SDK into your application through yarn, run the following command through the command line. Make sure you run this command in the correct directory where your app resides.

yarn add vwo-fme-react-sdk

Source Code

VWO FME SDKs source code is available in various languages on GitHub. All the SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2024-2025.