File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
react-native-fast-image-example-cocoapods/ios Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ PODS:
3333 - libwebp/webp (0.6.1)
3434 - React (0.59.5):
3535 - React/Core (= 0.59.5)
36- - react-native-fast-image (5.2.1 ):
37- - FLAnimatedImage
36+ - react-native-fast-image (5.4.0 ):
37+ - FLAnimatedImage (~> 1)
3838 - React
39- - SDWebImage/Core
40- - SDWebImage/GIF
41- - SDWebImage/WebP
39+ - SDWebImage/Core (~> 4)
40+ - SDWebImage/GIF (~> 4)
41+ - SDWebImage/WebP (~> 4)
4242 - react-native-image-picker (0.28.1):
4343 - React
4444 - React/Core (0.59.5):
@@ -150,7 +150,7 @@ SPEC CHECKSUMS:
150150 glog: aefd1eb5dda2ab95ba0938556f34b98e2da3a60d
151151 libwebp: 0f01098c6c17175391af621b2f14150f3ca16e16
152152 React: 90adac468c7b72bf1fa6c64bf230650f851a8388
153- react-native-fast-image: df6296b6b5e7e7921ea2f43e0be1cd33ce027081
153+ react-native-fast-image: 54f5b9f585a31b2f1c1eadd8377eb5ee16d09d3b
154154 react-native-image-picker: fd93361c666f397bdf72f9c6c23f13d2685b9173
155155 RNGestureHandler: b65d391f4f570178d657b99a16ec99d09b8656b0
156156 RNVectorIcons: 6607bd3a30291d0edb56f9bbe7ae411ee2b928b0
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ Pod::Spec.new do |s|
2020 s . exclude_files = "ios/Vendor/**/*.{h,m}"
2121
2222 s . dependency 'React'
23- s . dependency 'SDWebImage/Core'
24- s . dependency 'SDWebImage/GIF'
25- s . dependency 'SDWebImage/WebP'
26- s . dependency 'FLAnimatedImage'
23+ s . dependency 'SDWebImage/Core' , '~> 4'
24+ s . dependency 'SDWebImage/GIF' , '~> 4'
25+ s . dependency 'SDWebImage/WebP' , '~> 4'
26+ s . dependency 'FLAnimatedImage' , '~> 1'
2727end
You can’t perform that action at this time.
0 commit comments