React Native Camera Kit Versions Save

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

v14.0.0-beta13

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/teslamotors/react-native-camera-kit/compare/v14.0.0-beta11...v14.0.0-beta13

v14.0.0-beta7

8 months ago

Changes:

  • Removed lodash as an explicit dependency 289696d
  • Fixed orientation on iPads when starting in landscape mode 4892d53

Full Changelog: https://github.com/teslamotors/react-native-camera-kit/compare/v14.0.0-beta6...v14.0.0-beta7

v14.0.0-beta6

9 months ago

Changes

  • Improved expo-file-system (EXFS) support, as EXFS.moveAsync() will refuse to move files stored in the /tmp/ directory. So we now store in the Caches folder instead, specifically ~/Library/Caches/<bundleid>/com.tesla.react-native-camera-kit/*.

Full Changelog: https://github.com/teslamotors/react-native-camera-kit/compare/v14.0.0-beta5...v14.0.0-beta6

v14.0.0-beta5

9 months ago

Fixed 'postinstall' script that would cause a failure after yarn add .. on beta4.

Full Changelog: https://github.com/teslamotors/react-native-camera-kit/compare/v14.0.0-beta4...v14.0.0-beta5

v14.0.0-beta4

9 months ago

Breaking changes

  • Removed the CameraScreen component. Copy-paste the example/src/CameraExample.tsx file to get a good replacement starting point.
    Why? We kept getting feature requests, and it's not possible for us to design and create a generic, good-looking UI that fits all use cases. The ultimate feature set for the CameraScreen component was effectively just the Camera component, thus it made sense to remove it.
  • Objective-C -> Swift migration. May break things unintentionally
  • showFrame is now positioned differently than before on Android (centered)
  • setTorchMode was removed as it was un-React like. Please use the declarative torchMode="on" instead
  • Pinch to zoom behavior changed slightly. While not technically breaking, it changes the camera zoom behavior. Override the behavior using the new zoom and onZoom if you want to customize how fast it zooms

What's Changed

New Contributors

Full Changelog: https://github.com/teslamotors/react-native-camera-kit/compare/v14.0.0-beta3...v14.0.0-beta4

v14.0.0-beta3

11 months ago

Bug Fixes:

Security Updates

New Contributors

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

v14.0.0-beta2

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