You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image is not getting compressed unable to compress the image Error: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference
Expected behavior
The image should be compressed it should not raise any error
Platform
Android
React Native Version
0.69.0
React Native Compressor Version
1.6.1
Reproducible Steps And Demo
pass the image uri ..
const result = await ImageCompressor.compress(imageUri, {
maxWidth: 1000,
quality: 0.8,
});
return result
}
The text was updated successfully, but these errors were encountered:
Current behavior
The image is not getting compressed unable to compress the image Error: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference
Expected behavior
The image should be compressed it should not raise any error
Platform
React Native Version
0.69.0
React Native Compressor Version
1.6.1
Reproducible Steps And Demo
pass the image uri ..
const result = await ImageCompressor.compress(imageUri, {
maxWidth: 1000,
quality: 0.8,
});
return result
}
The text was updated successfully, but these errors were encountered: