2020-10-14 ios 14 react native 图

2020-10-14  本文已影响0人  gdlooker

参考地址:https://www.jianshu.com/p/43d7afbcac66

路径react-native/Libraries/Image/RCTUIImageViewAnimated.m

if(_currentFrame) { layer.contentsScale= self.animatedImageScale; layer.contents= (__bridgeid)_currentFrame.CGImage; }

修改成:

if(_currentFrame) { layer.contentsScale= self.animatedImageScale; layer.contents= (__bridgeid)_currentFrame.CGImage; }else{ [superdisplayLayer:layer]; }

github的issue: https://github.com/facebook/react-native/issues/29279

上一篇 下一篇

猜你喜欢

热点阅读