From da9e8cfb81ba95d09b6c19df70a935ffd87f5459 Mon Sep 17 00:00:00 2001 From: Vojtech Novak Date: Sat, 4 Jun 2016 23:45:24 +0200 Subject: [PATCH] remove unneeded dependency I was wondering where modalbox is used. Turns out running `git grep modalbox` gives a single result - the package file. --- Example/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index 413a763f8..33b978c7f 100644 --- a/Example/package.json +++ b/Example/package.json @@ -11,7 +11,6 @@ "react-native": "0.26.x", "react-native-button": "github:ide/react-native-button", "react-native-drawer": "^2.2.2", - "react-native-modalbox": "^1.3.3", "react-native-router-flux": "file:../" }, "devDependencies": {