From df88b9a9434d73ffe9726cdb2735cf79d8961613 Mon Sep 17 00:00:00 2001 From: Moataz Elwesimy Date: Tue, 27 Oct 2020 18:26:50 +0400 Subject: [PATCH] Update package.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit remove dependency react-native-svg and just mention it is required in the installation guide. to avoid conflicts with other libraries using the same causing this issue: “Tried to register two views with the same name RNSVGRect” --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index ad30b23..0c6d9f2 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,6 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "dependencies": { - "react-native-svg": "^9.3.3" - }, "author": "", "license": "ISC" }