her boku doğru girdim ama resim gözükmüyor diyorsanız;
- Navigate to node_modules>>react-native>>Libraries>>image
- Open RCTUIImageViewAnimated.m in your fav. editor
- Replace the following code
if (_currentFrame) { layer.contentsScale = self.animatedImageScale; layer.contents = (__bridge id)_currentFrame.CGImage; }
with
if (_currentFrame) { layer.contentsScale = self.animatedImageScale; layer.contents = (__bridge id)_currentFrame.CGImage; }else { [super displayLayer:layer]; }
- Save the file
adam yapmış direk githubdan aldım koydum. ben denedim çalışıyore