NativeScript / nativescript-camera

NativeScript plugin to empower using device camera.
Apache License 2.0
92 stars 47 forks source link

feat: allowEditing on iOS #183

Closed tgpetrov closed 5 years ago

tgpetrov commented 5 years ago

@msaravitz created a PR:

PR Checklist

What is the current behavior?

https://github.com/NativeScript/nativescript-camera/issues/180

What is the new behavior?

Setting the allowsEditing option to true adds a square crop to images on iOS on the "Retake" "Use Photo" screen. This also allows users to "zoom/crop" after the picture has been taken but before it is used. Fixes/Implements/Closes #[180].

cla-bot[bot] commented 5 years ago

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Matt Saravitz. This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails
msaravitz commented 5 years ago

Please close in favor of a new PR, apparently I am not as comfortable with git as I thought.