motorinc-gallery-picker-pro 1.0.9 → 1.0.10

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "motorinc-gallery-picker-pro",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "A comprehensive React Native media gallery picker with smooth animations, multi-select, single-select, crop functionality, and native iOS/Android support",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -673,7 +673,7 @@ const MainPhotoGallery = React.forwardRef<MainPhotoGalleryRef, props>(
673
673
  setRefreshing(false);
674
674
  }
675
675
  },
676
- [loadingState, mediaType],
676
+ [loadingState, mediaType, assets, pickerAssetIds],
677
677
  );
678
678
 
679
679
  const handleRefresh = useCallback(() => {