Skip to content

Commit 8a13a13

Browse files
authored
Merge pull request #61 from Instabug/feature/missing_apis
📝 Automatically running pod install after installation of the SDK
2 parents c846613 + acd1f60 commit 8a13a13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "instabug-reactnative",
33
"version": "1.2.3",
44
"description": "React Native plugin for integrating the Instabug SDK",
5+
"scripts": {
6+
"postinstall": "cd ../../ios && pod install"
7+
},
58
"main": "index.js",
69
"repository": {
710
"type": "git",

0 commit comments

Comments
 (0)