shijingsh / react-native-customized-image-picker

iOS/Android image picker with support for camera, video compression, multiple images and cropping
245 stars 59 forks source link

Video File Size #47

Closed sqlninja closed 4 years ago

sqlninja commented 6 years ago

Does this library have the same issue as react-native-image-picker where it can't return the file size for videos?

liukefu2050 commented 6 years ago

The code to get the file size: (int) new File (path).length ()

sqlninja commented 6 years ago

@liukefu2050 I'm not following your code snippet. That looks a bit swifty, unless I'm missing something, I'd need a js snippet.

liukefu2050 commented 6 years ago

Can you provide more information and do you set the compression parameters?