Skip to content

Commit a388be8

Browse files
committed
Use global import syntax.
1 parent b45acef commit a388be8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/FastImage/FFFastImageView.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#import <SDWebImage/UIImageView+WebCache.h>
44
#import <SDWebImage/SDWebImageDownloader.h>
5-
#import "FLAnimatedImageView.h"
5+
#import <FLAnimatedImage/FLAnimatedImageView.h>
66

77
#import <React/RCTComponent.h>
88
#import <React/RCTResizeMode.h>

0 commit comments

Comments
 (0)