Skip to content

Commit 84689fd

Browse files
authored
fix: xcode 12 compatibility (#732)
1 parent b776b33 commit 84689fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNFastImage.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.source = { :git => "https://github.com/DylanVann/react-native-fast-image.git", :tag => "v#{s.version}" }
1616
s.source_files = "ios/**/*.{h,m}"
1717

18-
s.dependency 'React'
18+
s.dependency 'React-Core'
1919
s.dependency 'SDWebImage', '~> 5.8'
2020
s.dependency 'SDWebImageWebPCoder', '~> 0.6.1'
2121
end

0 commit comments

Comments
 (0)