react-native-compressor
react-native-compressor copied to clipboard
🗜️Compress Image, Video, and Audio same like Whatsapp 🚀✨
@kaosc One more thing that could be considered a feature request: If it's possible, you consider supporting GIFs or other moving picture formats in addition to static images. Currently, the...
https://www.apollographql.com/docs/react/networking/advanced-http-networking/#custom-fetching -> the file is required in order to the BackgroundUpload Function works, if there is a possibility to use the same logic as a background request too, it will...
### Current behavior it works in iOS. ### Expected behavior While trying to Call Video.compress it hit An error has occurred! (Android) Only. ### Platform - Android ### React Native...
## Summary Build error at ImageCompressor.swift file - Cannot find 'RCTResizeMode' in scope https://github.com/numandev1/react-native-compressor/issues/256 ## Changelog Added below line in `ios/Compressor-Bridging-Header.h` `+#import `
### Current behavior I see that below are the different format images that the user might wanted to compress ``` 'jpg', 'jpeg', 'tif', 'tiff', 'wmf', 'bmp', 'png', 'gif', 'jpe', ```...
when I am uploading video from my react native app then it was going to reduce the quality of the video.
### Current behavior Uploading 69 video files ranging from 12 MB to 170 MB (using an asyncqueue with concurrency limit of 5) will cause to increase the memory usage on...
[BUG] exported video PHAsset stays in tmp folder and dramatically increases application storage size
### Current behavior After compressing a local video asset (PHAsset), a temporary file (not the compressed one) will remain in storage, increasing the application size. It is not possible to...
### Issue Hello, sorry if I am posting in the wrong GitHub repo but I have an issue while building the app after upgrading from RN v0.73.6 to 0.74.0. While...