React Native Compressor Versions Save

🗜️Compress Image, Video, and Audio same like Whatsapp 🚀✨

v1.8.24

2 months ago

1.8.24 (2024-02-13)

v1.8.23

4 months ago

1.8.23 (2023-12-15)

Bug Fixes

v1.8.22

5 months ago

1.8.22 (2023-11-17)

Bug Fixes

  • use new image metadata as destination when copying exif data (5428396)

v1.8.21

5 months ago

1.8.21 (2023-11-16)

Bug Fixes

v1.8.20

5 months ago

1.8.20 (2023-11-15)

Features

  • add function for get image metadata exif (779ab91)

v1.8.18

5 months ago

1.8.18 (2023-11-15)

Features

  • add cancelUpload and AbortController for backgroundUpload (#238) (364b84b)

v1.8.17

5 months ago

1.8.17 (2023-11-12)

Bug Fixes

  • video compression in background mode (948dd6b)

Features

  • add ability to control bitrate, samplerate and channel for audio compression (36eec5e)

v1.8.16

5 months ago

1.8.16 (2023-11-09)

Break Changes into getVideoMetaData function,

just changed the data types in it

{
  extension: string;
  size: number;
  duration: number;
  width: number;
  height: number;
}

Bug Fixes

  • duration as a float value instead of int (7dbb17c)

v1.8.15

6 months ago

1.8.15 (2023-11-04)

Bug Fixes

  • copy exif info of source image into compressed image (a557f67)
  • compressVideo: reject promise on failure or cancellation (187de0c)

v1.8.14

6 months ago

1.8.14 (2023-11-01)

Bug Fixes

  • absolute path which does not start will file:// (7865898)