From acd1f606e5f9c6dd8cc23d779faec28ac6bf2051 Mon Sep 17 00:00:00 2001 From: Salma ElTarzi Date: Mon, 28 Aug 2017 12:39:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Automatically=20running=20pod=20?= =?UTF-8?q?install=20after=20installation=20of=20the=20SDK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 402afe2..4c81768 100644 --- a/package.json +++ b/package.json @@ -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",