From c5aaf1b29b73a9fa750a6007bb9566cc60d761e5 Mon Sep 17 00:00:00 2001 From: MariaZ Date: Sat, 5 Feb 2022 21:11:05 +0100 Subject: [PATCH] Add note to remove images fix after RN update --- ios/Podfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index 5d7f8da..a7092f2 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -41,7 +41,8 @@ target 'drip' do use_native_modules! use_frameworks! - + # This is fix to make ios build see images, should be removed after upgrade to rn 0.63.2 + # https://stackoverflow.com/questions/63949851/react-native-ios-not-showing-images-pods-issue post_install do |installer| find_and_replace("../node_modules/react-native/Libraries/Image/RCTUIImageViewAnimated.m", "_currentFrame.CGImage;","_currentFrame.CGImage ;} else { [super displayLayer:layer];")