1. Adding SDK to Your App
You've successfully completed the step "Adding SDK to Your App", if:
mindbox-sdkline was added to thedependenciesblock inpackage.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-sdkUpdated over 1 year ago

