Installation

Latest SDK version is 2.5.1

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

To install it, run the command below.


npm install wingify-insights-react-native-sdk 

Or,


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

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


"dependencies": {
	// other code
	"wingify-insights-react-native-sdk": "2.5.1"
	// other code
}