Skip to content
Snippets Groups Projects
Commit c5aaf1b2 authored by MariaZ's avatar MariaZ Committed by BloodyMarie
Browse files

Add note to remove images fix after RN update

parent 2bbcadcf
No related branches found
No related tags found
No related merge requests found
......@@ -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];")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment