Installation

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: ^0.0.1
	// other code
}