jeanpan / react-native-camera-roll-picker

📷 A React Native component providing images selection from camera roll
https://www.npmjs.com/package/react-native-camera-roll-picker
MIT License
422 stars 176 forks source link

Callback function no longer returns the same data #112

Open risticdejan opened 3 years ago

risticdejan commented 3 years ago

I use @react-native-community/cameraroll 4.0.1 and callback don't return height, width, filename, can you add this line include: ['filename','fileSize','imageSize'] in this object const fetchParams on line 122.

bacarybruno commented 3 years ago

Hello @risticdejan. I rewrote this package in hooks and included this feature. Can you please check if it's working for you ? @kebetoo/camera-roll-picker. Thanks :)