Merge pull request #61 from Instabug/feature/missing_apis

📝 Automatically running pod install after installation of the SDK
This commit is contained in:
salmatarzi 2017-08-28 12:41:00 +02:00 committed by GitHub
commit 8a13a13411

View File

@ -2,6 +2,9 @@
"name": "instabug-reactnative",
"version": "1.2.3",
"description": "React Native plugin for integrating the Instabug SDK",
"scripts": {
"postinstall": "cd ../../ios && pod install"
},
"main": "index.js",
"repository": {
"type": "git",