react-native-camera-kit icon indicating copy to clipboard operation
react-native-camera-kit copied to clipboard

Return height/width of capture on iOS

Open DavidBertet opened this issue 1 year ago • 0 comments

Summary

Return height/width of capture on iOS to be consistent with Android

Issue raised #641

How did you test this change?

Built example & ran on device > camera > take a picture

It printed the expected values

'image', {
  uri: 'file:///var/mobile/Containers/Data/Application...',
  name: '09C6A457....jpg',
  size: 1886367,
  thumb: '',
  height: 3024,
  width: 4032
 }

DavidBertet avatar Feb 19 '24 02:02 DavidBertet