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

This commit is contained in:
Justin Huntington 2020-03-26 04:19:45 -04:00 committed by GitHub
parent 4190ac9c1e
commit 334ab0e1a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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>