Skip to content
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

Return height/width of capture on iOS #646

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

DavidBertet
Copy link
Contributor

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
 }

To be consistent with Android
@scarlac scarlac merged commit 00c461a into teslamotors:master Apr 30, 2024
3 checks passed
@DavidBertet DavidBertet deleted the feature/return_height_width branch April 30, 2024 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants