Skip to content

v0.0.6

Choose a tag to compare

@farfromrefug farfromrefug released this 19 Nov 13:13
· 179 commits to main since this release

0.0.6 (2023-11-19)

Bug Fixes

  • android: much faster photo taking. However to make it fast it is prefered to set properties like pictureSize, captureMode ... on the view instead of as a arg of takePicture. If you do pass them to takePicture the whole configuration needs to be updated/set before taking the photo which is slow (a6c8fe6)
  • ios: throw error on not implemented methods (fa1adde)