From f795029c2a21ce65279dc2dc3f090b46c3a6c08a Mon Sep 17 00:00:00 2001 From: Alec Hill Date: Mon, 27 Jan 2020 22:31:09 +0000 Subject: [PATCH] fix: removed missing unnecessary React headers import error caused by non-framework style import --- ios/Elements/RNSVGForeignObject.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ios/Elements/RNSVGForeignObject.h b/ios/Elements/RNSVGForeignObject.h index 7d6fb2c01..346b204cf 100644 --- a/ios/Elements/RNSVGForeignObject.h +++ b/ios/Elements/RNSVGForeignObject.h @@ -1,7 +1,6 @@ #import "RNSVGGroup.h" #import "RNSVGLength.h" -#import "RCTEventDispatcher.h" @interface RNSVGForeignObject : RNSVGGroup