-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getVideoMetaData and getImageMetaData size is wrone on android platform, is ok on ios platform #279
Comments
|
@krmao can you make PR so i can merge? |
@numandev1 I did it now, you can check and merge. #281 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior
ios size is ok, but android is wrong, should 'x 1024'
Expected behavior
android size x 1024
Platform
React Native Version
0.72.4
React Native Compressor Version
1.8.24
Reproducible Steps And Demo
log getImageMetaData.size / 1024 / 1024 to XXX mb
log getVideoMetaData.size / 1024 / 1024 to XXX mb
quick fix
The text was updated successfully, but these errors were encountered: