react-native-fast-image icon indicating copy to clipboard operation
react-native-fast-image copied to clipboard

Update to SDWebImage to 5.18.7 or higher for privacy manifest before Apple's May 1 deadline

Open owjsub opened this issue 4 months ago • 4 comments

Please update SDWebImage to 5.18.7 or higher to provide privacy manifest before Apple's May 1 deadline per https://developer.apple.com/news/?id=3d8a9yyh and https://developer.apple.com/support/third-party-SDK-requirements/

owjsub avatar Mar 12 '24 01:03 owjsub

Since this repo seems to be inactive for a while, I've made a temporal fork for a work around

https://www.npmjs.com/package/@naturalclar/react-native-fast-image

diff: https://github.com/DylanVann/react-native-fast-image/commit/4736c1447e36465427bab596b9d017940c18730f

can be installed pnpm i @naturalclar/react-native-fast-image

Naturalclar avatar Mar 21 '24 02:03 Naturalclar

@Naturalclar Thank you for this!

I just wanted to suggest that you change the repo link on the NPM page to point to your fork so the source code of your NPM package can be evaluated. I found it myself, but it'd be better if it was linked on the NPM package page.

devinbrown7 avatar Apr 01 '24 17:04 devinbrown7

I would prefer to use the patch-package

vasylnahuliak avatar Apr 04 '24 09:04 vasylnahuliak

here is a patch file that you can use:

diff --git a/node_modules/react-native-fast-image/RNFastImage.podspec b/node_modules/react-native-fast-image/RNFastImage.podspec
index db0fada..9cfa79e 100644
--- a/node_modules/react-native-fast-image/RNFastImage.podspec
+++ b/node_modules/react-native-fast-image/RNFastImage.podspec
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
   s.source_files  = "ios/**/*.{h,m}"
 
   s.dependency 'React-Core'
-  s.dependency 'SDWebImage', '~> 5.11.1'
+  s.dependency 'SDWebImage', '~> 5.18.7'
   s.dependency 'SDWebImageWebPCoder', '~> 0.8.4'
 end

react-native-fast-image+8.6.3.patch

adamivancza avatar Apr 16 '24 12:04 adamivancza