Installation

Latest SDK version is 2.6.1

The library is published in npm. You can check it here.

To install it, run the command below.


npm install vwo-insights-react-native-sdk 

Or,


npm install vwo-insights-react-native-sdk —force

This will add a line like the one below to your package.json file.


"dependencies": {
	// other code
	"vwo-insights-react-native-sdk": "2.6.1"
	// other code
}