fix: remove unused import that breaks the build for RN >= 0.60 (#150)

This commit is contained in:
Justin Huntington
2020-03-26 10:19:45 +02:00
committed by GitHub
parent 4190ac9c1e
commit 334ab0e1a6
-1
View File
@@ -17,7 +17,6 @@
#import <React/RCTBridge.h>
#import <React/RCTConvert.h>
#import <React/RCTImageLoaderProtocol.h>
#import <React/RCTLog.h>
#import <React/RCTUtils.h>