android, ios: update react-native-fast-image dependency

This commit is contained in:
Saúl Ibarra Corretgé 2018-12-06 12:16:54 +01:00 committed by Saúl Ibarra Corretgé
parent 32798b1a80
commit 0031fd2678
5 changed files with 17 additions and 12 deletions

View File

@ -65,9 +65,16 @@
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
-dontwarn okio.**
# FastImage
# FastImage + Glide
-keep public class com.dylanvann.fastimage.* {*;}
-keep public class com.dylanvann.fastimage.** {*;}
-keep public class * implements com.bumptech.glide.module.GlideModule
-keep public class * extends com.bumptech.glide.module.AppGlideModule
-keep public enum com.bumptech.glide.load.ImageHeaderParser$** {
**[] $VALUES;
public *;
}
# We added the following when we switched minifyEnabled on. Probably because we
# ran the app and hit problems...

View File

@ -79,7 +79,7 @@ allprojects {
else if ('react-native-calendar-events' == project.name)
versionQualifier = '-jitsi-1' // 056807286da610d884fb6b4c8ca187a767b261f7 + react-native 0.57
else if ('react-native-fast-image' == project.name)
versionQualifier = '-jitsi-1' // 1f8c93a5584869848d75cc9b946beb9688efe285 + react-native 0.57
versionQualifier = '-jitsi-2' // 5.1.1 + react-native 0.57
else if ('react-native-google-signin' == project.name)
versionQualifier = '-jitsi-1' // 1.0.0-rc6 + react-native 0.57
else if ('react-native-immersive' == project.name)

View File

@ -27,7 +27,7 @@ PODS:
- React
- react-native-calendar-events (1.6.3):
- React
- react-native-fast-image (4.0.14):
- react-native-fast-image (5.1.1):
- FLAnimatedImage
- React
- SDWebImage/Core
@ -85,8 +85,8 @@ PODS:
- React/Core
- RNVectorIcons (6.0.2):
- React
- SDWebImage/Core (4.4.2)
- SDWebImage/GIF (4.4.2):
- SDWebImage/Core (4.4.3)
- SDWebImage/GIF (4.4.3):
- FLAnimatedImage (~> 1.0)
- SDWebImage/Core
- yoga (0.57.6.React)
@ -173,7 +173,7 @@ SPEC CHECKSUMS:
RNGoogleSignin: 44debd8c359a662c0e2d585952e88b985bf78008
RNSound: b360b3862d3118ed1c74bb9825696b5957686ac4
RNVectorIcons: 8c52e1e8da1153613fdef44748e865c25556cb9c
SDWebImage: 624d6e296c69b244bcede364c72ae0430ac14681
SDWebImage: c5594f1a19c48d526d321e548902b56b479cd508
yoga: b1ce48b6cf950b98deae82838f5173ea7cf89e85
PODFILE CHECKSUM: 2fa79bc1fe2fe42efb63895fdb0cb84d5f578884

8
package-lock.json generated
View File

@ -11532,11 +11532,9 @@
}
},
"react-native-fast-image": {
"version": "github:jitsi/react-native-fast-image#1f8c93a5584869848d75cc9b946beb9688efe285",
"from": "github:jitsi/react-native-fast-image#1f8c93a5584869848d75cc9b946beb9688efe285",
"requires": {
"prop-types": "^15.5.10"
}
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/react-native-fast-image/-/react-native-fast-image-5.1.1.tgz",
"integrity": "sha512-kEzgZxbbXYhy27u5GnhrKitn+XDBFAHSDUJdYC6llMi5cDPjgcqhOAQABj0K+ga5pn+/xPZLmD882rrUGiwVVA=="
},
"react-native-google-signin": {
"version": "1.0.0-rc6",

View File

@ -66,7 +66,7 @@
"react-native-background-timer": "2.0.0",
"react-native-calendar-events": "github:wmcmahan/react-native-calendar-events#056807286da610d884fb6b4c8ca187a767b261f7",
"react-native-callstats": "3.53.4",
"react-native-fast-image": "github:jitsi/react-native-fast-image#1f8c93a5584869848d75cc9b946beb9688efe285",
"react-native-fast-image": "5.1.1",
"react-native-google-signin": "1.0.0-rc6",
"react-native-immersive": "1.1.0",
"react-native-keep-awake": "2.0.6",