React Native Camera Kit Versions Save

A high performance, easy to use, rock solid camera library for React Native apps.

v14.0.0-beta1

1 year ago

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: https://github.com/teslamotors/react-native-camera-kit/compare/v13.0.0...v14.0.0-beta1

v13.0.0

1 year ago

What's Changed

Breaking changes

New Contributors

Full Changelog: https://github.com/teslamotors/react-native-camera-kit/compare/v12.1.0...v13.0.0

v12.1.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/teslamotors/react-native-camera-kit/compare/v12.0.0...v12.1.0

v12.0.0

2 years ago

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: https://github.com/teslamotors/react-native-camera-kit/compare/v11.2.0...v12.0.0

v12.0.0-beta3

2 years ago

TypeScript 4.2, saveToCameraRoll for Android and more

v11.2.0

2 years ago

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

3 years ago

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

3 years ago

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

v10.0.0

3 years ago

10.0.0

9.0.0

3 years ago

9.0.0