From a3c48fa2844984dcd69b63070eb5ff9a45c61088 Mon Sep 17 00:00:00 2001 From: Kexin Zhang Date: Tue, 21 Jan 2020 16:37:34 -0800 Subject: [PATCH] add dependency for RCTImage --- RNSVG.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/RNSVG.podspec b/RNSVG.podspec index 1336da48..044196b9 100644 --- a/RNSVG.podspec +++ b/RNSVG.podspec @@ -14,4 +14,5 @@ Pod::Spec.new do |s| s.source_files = 'ios/**/*.{h,m}' s.requires_arc = true s.dependency 'React' + s.dependency 'React/RCTImage' end