1. Adding SDK to Your App

šŸ‘

You've successfully completed the step "Adding SDK to Your App", if:

mindbox-sdk line was added to the dependencies block in package.json.

"dependencies": {  
    "@react-navigation/native": "^6.0.4",  
    "mindbox-sdk": "{the latest version}",
    // "mindbox-sdk": "^2.11.0",
    "react": "18.2.0",
    "react-native": "0.72.7"
  }

Add plugin dependency to package.json.
Specify fixed version to control updates. Check here for the current version.

npm i --save mindbox-sdk