0.61图片不显示

  1. 修改node_modules > react-native > Libraries > Images > RCTUIImageViewAnimated.m search for if (_currentFrame)

修改node_modules > react-native > Libraries > Images > RCTUIImageViewAnimated.m search for if (_currentFrame)

if (_currentFrame) {
   layer.contentsScale = self.animatedImageScale;
   layer.contents = (__bridge id)_currentFrame.CGImage;
 } else {
   [super displayLayer:layer];
 }

转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 ggchzzz@163.com

文章标题:0.61图片不显示

字数:37

本文作者:ggchzzz

发布时间:2021-01-02, 09:39:35

最后更新:2023-12-22, 23:17:54

原始链接:https://anska.info/post/8ce5ec72.html

版权声明: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。

github