From 99b7ad0028bf4811ddad0aa3d72d438f1bb6fa2a Mon Sep 17 00:00:00 2001 From: Jordan Upham Date: Mon, 22 Jul 2019 11:03:33 -0400 Subject: [PATCH] Fixed podspect to depend on React-RCTImage --- RNGL.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/RNGL.podspec b/RNGL.podspec index 9f4d284..2b173f3 100644 --- a/RNGL.podspec +++ b/RNGL.podspec @@ -10,4 +10,5 @@ Pod::Spec.new do |s| s.source_files = "ios/*.{h,m}" s.license = "MIT" s.dependency "React" + s.dependency 'React-RCTImage' end -- 2.26.2