Skip to content

Releases: teslamotors/react-native-camera-kit

v14.0.0-beta2

05 Oct 22:24
Compare
Choose a tag to compare
v14.0.0-beta2 Pre-release
Pre-release

Breaking changes

  • Removed camera permission request on iOS and Android. This was removed due to the complexity of managing permissions on both platforms and it caused issues for some users. Using a separate permission library like zoontek's react-native-permissions is more flexible and you get to control when to prompt, show advanced dialogs, see what the status of the permission is, and re-prompt appropriately.
  • Temporary path moved to "Caches" directory. This helps users of Expo's expo-file-system library which only allows managing files in either Documents/ or Library/Caches directories.

Full Changelog: v13.0.0...v14.0.0-beta2

v14.0.0-beta1

16 Sep 16:35
Compare
Choose a tag to compare
v14.0.0-beta1 Pre-release
Pre-release

Breaking changes

  • Removed camera permission request on iOS and Android. This was removed due to the complexity of managing permissions on both platforms and it caused issues for some users. Using a separate permission library like zoontek's react-native-permissions is more flexible and you get to control when to prompt, show advanced dialogs, see what the status of the permission is, and re-prompt appropriately.

Full Changelog: v13.0.0...v14.0.0-beta1

v13.0.0

29 Aug 18:31
edfa423
Compare
Choose a tag to compare

What's Changed

Breaking changes

New Contributors

Full Changelog: v12.1.0...v13.0.0

v12.1.0

08 Apr 17:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v12.0.0...v12.1.0

v12.0.0

14 Dec 22:16
e208e47
Compare
Choose a tag to compare

What's Changed

  • TypeScript 4.2
  • Added more types
  • Android build fixes
  • Added saveToCameraRoll for Android
  • Removed Android dependency on com.google.zxing:core and androidx.core:core-ktx
  • Fixed Android media type being jpg instead of jpeg (@Syar-tech and @AlexKLWS)

New Contributors

Full Changelog: v11.2.0...v12.0.0

v12.0.0-beta3

08 Jun 23:51
Compare
Choose a tag to compare
v12.0.0-beta3 Pre-release
Pre-release

TypeScript 4.2, saveToCameraRoll for Android and more

v11.2.0

27 May 16:07
Compare
Choose a tag to compare

Whats new:

  • Adding null safety check on RNCameraKitModule - Thanks @bruce-acloset
  • Updated Camera object to be instance of forwardRef function - Thanks @kshahzada
  • Added onOrientationChange callback - Thanks @scarlac

Bug Fixes

  • Reenable Bottom Left Bottom Button

Maintenance

  • Bump dependencies

Note: v11.2.1 is the same as v11.2.0

v11.1.0

25 Feb 18:43
b4daacf
Compare
Choose a tag to compare

Whats new:

  • Updates to readme
  • CI Improvements
  • Update Gradle version - Thanks @EwoutH

Bug Fixes

  • Fixed missing left button on CameraScreen
  • Fixed Xcode 12 compatibility and podspec versioning - Thanks @nvojnovic!

v11.0.0

23 Feb 01:20
9f83160
Compare
Choose a tag to compare

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

v10.0.0

06 Nov 23:43
9518f3a
Compare
Choose a tag to compare

10.0.0