Gautham Vijayan

Results 4 comments of Gautham Vijayan

> If you're working on one of the latest version of React Native it seems the problem got fixed on [0.70.7](https://github.com/facebook/react-native/issues/36141#issuecomment-1429016468). For the rest of the unlucky mortals there is...

> Fixed in SDWebImage 5.15.3: [SDWebImage/SDWebImage#3491](https://github.com/SDWebImage/SDWebImage/issues/3491) Till this package gets updated I made myself a patch: > > /patches/react-native-fast-image+8.6.3.patch: > > ``` > diff --git a/node_modules/react-native-fast-image/RNFastImage.podspec b/node_modules/react-native-fast-image/RNFastImage.podspec > index db0fada..0c0cce5...

The above answer is in the form of an image. I will post the answer in code below. ``` private func handleImages (content: NSExtensionItem, attachment: NSItemProvider, index: Int) { attachment.loadItem(forTypeIdentifier:...