react-native-compressor
react-native-compressor copied to clipboard
🗜️Compress Image, Video, and Audio same like Whatsapp 🚀✨
### Current behavior when I try to create release build, I get following error: > Task :react-native-compressor:verifyReleaseResources FAILED ### Expected behavior ### Platform - [X] Android - [] iOS ###...
### Current behavior - The console log nor the onProgress callback are logging out to the console ### Expected behavior - downloadProgress should get called with the progress from 0...
### Current behavior ios crash on compress video  ### Expected behavior not crash ### Platform - iOS ### React Native Version 0.72.4 ### React Native Compressor Version 1.8.24 ###...
`The Swift pod `giphy-react-native-sdk` depends upon `glog`, which does not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building...
### Current behavior Trying to compress a video that is 900MB on Android and getting an error before it tries beginning the compression: `[Error: setDataSource failed: status = 0x80000000]` Smaller...
here is the code am using to upload file to my backend, and am responding json back from the backend like this res.json({status: true, message :"File Uploaded"}) `backgroundUpload( `${BASE_URL}/api/user/upload-media?id=${result.id}`, file.uri,...
### Current behavior When trying to run the library in Expo Go for development it fails and claims to not be linked: ```Error: The package 'react-native-compressor' doesn't seem to be...
Hello ! I hope you're doing well. Sorry to be back with bad news 😅 Maybe there is a workaround but I have the following issue : In my app...
### Current behavior this only seems to happen on a pixel 7 or 7 pro as far as we can tell with the hardware we have on hand. Other android...
Error: I am installing pods through RCT_NEW_ARCH_ENABLED=1 pod install. New Arch is enabled. When I run project, in Compressor.h file I am getting error 'RNCompressorSpec.h' file not found. I also...