react-native-camera-kit
react-native-camera-kit copied to clipboard
Return height/width of capture on iOS
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
}