react-native-compressor

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

MIT License

Downloads
128.5K
Stars
906
Committers
16

Bot releases are visible (Hide)

react-native-compressor - Release 1.9.0 Latest Release

Published by numandev1 about 1 month ago

1.9.0 (2024-09-11)

as we are upgrading the isoParser version in Android, it could be break changes in android if you are using a different version of isoParser in another library

now we are using implementation 'org.mp4parser:isoparser:1.9.56'

Features

react-native-compressor - Release 1.8.25

Published by numandev1 4 months ago

1.8.25 (2024-06-14)

Bug Fixes

  • ios manual image compress fixed (eddcc10)
  • mp4parser: now works from 1.0.6 to 1.1.22 (3a054d9)
  • android size to bytes as same as ios and ios cleanCacheDir add check and ios manualCompressionHelper bitRate safe convert (6ad644b)
  • compress wav file error (3b41d5f)
  • compress wav file error (36aa1ba)
react-native-compressor - Release 1.8.24

Published by numandev1 8 months ago

1.8.24 (2024-02-13)

react-native-compressor - Release 1.8.23

Published by numandev1 10 months ago

1.8.23 (2023-12-15)

Bug Fixes

react-native-compressor - Release 1.8.22

Published by numandev1 11 months ago

1.8.22 (2023-11-17)

Bug Fixes

  • use new image metadata as destination when copying exif data (5428396)
react-native-compressor - Release 1.8.21

Published by numandev1 11 months ago

1.8.21 (2023-11-16)

Bug Fixes

react-native-compressor - Release 1.8.20

Published by numandev1 11 months ago

1.8.20 (2023-11-15)

Features

  • add function for get image metadata exif (779ab91)
react-native-compressor - Release 1.8.18

Published by numandev1 11 months ago

1.8.18 (2023-11-15)

Features

  • add cancelUpload and AbortController for backgroundUpload (#238) (364b84b)
react-native-compressor - Release 1.8.17

Published by numandev1 11 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)
react-native-compressor - Release 1.8.16

Published by numandev1 11 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)
react-native-compressor - Release 1.8.15

Published by numandev1 12 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)
react-native-compressor - Release 1.8.14

Published by numandev1 12 months ago

1.8.14 (2023-11-01)

Bug Fixes

  • absolute path which does not start will file:// (7865898)
react-native-compressor - Release 1.8.13

Published by numandev1 12 months ago

1.8.13 (2023-10-31)

Bug Fixes

  • uuid error when user try to upload (55be212)
react-native-compressor - Release 1.8.12

Published by numandev1 about 1 year ago

1.8.12 (2023-10-05)

Bug Fixes

  • png transparent background (cdea764)
  • size bigger for very less size images like 50kb (27f657c)
react-native-compressor - Release 1.8.11

Published by numandev1 about 1 year ago

1.8.11 (2023-10-05)

Bug Fixes

react-native-compressor - Release 1.8.9

Published by numandev1 about 1 year ago

1.8.9 (2023-10-02)

Bug Fixes

  • mime type and quality for umage png output (1e6c100)
react-native-compressor - Release 1.8.8

Published by numandev1 about 1 year ago

1.8.8 (2023-10-02)

Bug Fixes

  • compile error on android due to coreprogress (c3f90f2)
react-native-compressor - Release 1.8.7

Published by numandev1 about 1 year ago

1.8.7 (2023-10-01)

Bug Fixes

  • audio wav and mp4 audio and bypass if fail (0c326d2)
react-native-compressor - Release 1.8.6

Published by numandev1 about 1 year ago

1.8.6 (2023-10-01)

Bug Fixes

  • android audio compression (5a9c4d6)
react-native-compressor - Release 1.8.5

Published by numandev1 about 1 year ago

1.8.5 (2023-09-26)

Bug Fixes

  • expo support and added expo example (db33c49)