fix: remove unused header causing problems (#2175)

PR removing the unused header in `Image` component causing problems mentioned in https://github.com/software-mansion/react-native-svg/issues/2082 and https://github.com/software-mansion/react-native-svg/issues/2154.
This commit is contained in:
Wojciech Lewicki
2023-11-15 15:20:07 +01:00
committed by GitHub
parent 1868f00f20
commit ab52bdd118
2 changed files with 4 additions and 6 deletions
-2
View File
@@ -32,8 +32,6 @@
#import <React/RCTImageResponseObserverProxy.h>
#import <React/RCTImageSource.h>
#import <react/renderer/components/rnsvg/ComponentDescriptors.h>
#import <react/renderer/components/view/conversions.h>
#import <react/renderer/imagemanager/RCTImagePrimitivesConversions.h>
#import <rnsvg/RNSVGImageComponentDescriptor.h>
#import "RNSVGFabricConversions.h"