Commits
Laurin Quast authored and GitHub committed 401c485db34
feat(rn-camera): deviceOrientation, videoOrientation, pictureOrientation * feat(rn-camera): add deviceOrientation and videoOrientation to record response. * feat(rn-camera): add deviceOrientation and pictureOrientation to take-picture-response * fix(rn-camera): unify orientation handling for recording and takeing picture * fix(types): adjust typescript types * docs(rn-camra): document new properties * fix(android): respect actual boolean value instead of only checking if it is present. * feat(android): implement orientation prop for takePictureAsync * feat(android): implement orientation prop for recordVideoAsync * docs(rn-camera): adjust documentation * fix(types): unmark properties as ios only * fix(android): use constants