Cristian Gutu

Results 6 comments of Cristian Gutu

Hi everyone, I also encountered this and I wrote [an article and a patch](https://www.cristiangutu.pro/react-native-fast-image-patch-to-fix-the-image-change-flickering/) for this lib, maybe it's useful. Basically I'm keeping the current UIImage/Drawable as a placeholder until...

@phungthanhdong, it makes sense! Thank you for this!

> If it helps anyone: > > **metro.config.js** > > ```js > const path = require("path"); > const watchFolders = [ > //Relative path to packages directory because I'm in...

I was just preparing to create a new bug for this. Thank you for reporting this sooner!

This can be fixed if you modify the `node_modules/@react-native-clipboard/clipboard/RNCClipboard.podspec` and add this line: `s.frameworks = 'CoreServices'` Full podspec file: ``` require 'json' package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) fabric_enabled = ENV['RCT_NEW_ARCH_ENABLED'] ==...