Skip to content

v11.0.0

Compare
Choose a tag to compare
@aarongrider aarongrider released this 23 Feb 01:20
· 258 commits to master since this release
9f83160

Introducing CameraKit - v11

Note: This version contains numerous breaking changes

Whats new:

  • CameraKit API has been improved to be simpler and more consistent with other native modules
  • Android has been completely rewritten to use CameraX
  • Most files have been migrated to TypeScript
  • Examples and documentation has been updated and cleaned up

Breaking Changes:

Camera Screen

  • Renamed CameraKitCameraScreen -> CameraScreen
  • Added additional props

Camera

  • Renamed CameraKitCamera -> Camera
  • Introduced cameraType prop, removed imperative method to switch camera

Gallery