react-native-picture-selector 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,7 +37,7 @@ class GlideEngine private constructor() : ImageEngine {
37
37
  .into(imageView)
38
38
  }
39
39
 
40
- override fun loadAlbumCoverImage(context: Context, url: String, imageView: ImageView) {
40
+ override fun loadAlbumCover(context: Context, url: String, imageView: ImageView) {
41
41
  if (!ActivityCompatHelper.assertValidRequest(context)) return
42
42
  Glide.with(context)
43
43
  .asBitmap()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-picture-selector",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "High-performance photo/video picker for React Native using Nitro Modules",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",