Skip to content

Releases: teslamotors/react-native-camera-kit

v17.0.1

12 Jan 18:48

Choose a tag to compare

  • Fixed #763 - Android compilation error ("'setIOsSleepBeforeStarting' overrides nothing")

Full Changelog: v17.0.0...v17.0.1

v17.0.0

09 Jan 00:47

Choose a tag to compare

Breaking changes

  • Removed iOsSleepBeforeStarting (was introduced briefly in v16.1.0)
    This property is no longer necessary as the underlying issue is now fixed
  • Xcode 26 is now required for building (to support the optional deferred start feature)

What's New

  • Added iOsDeferredStart for slightly better UI performance (default: true)

Fixes

  • Fix (Android): Add missing setIOsSleepBeforeStarting stub for new arch by @coreyphillips in #760

Full Changelog: v16.2.1...v17.0.0

v16.2.1

08 Jan 21:46

Choose a tag to compare

v16.2.0

05 Jan 23:58

Choose a tag to compare

What's Changed

  • Fixed crash error in cameraProviderFuture.get() by @limpbrains in #757
  • Added allowedBarcodeTypes property by @IlyaPasternakAmitech in #727
    Only specify a limited set of barcodes to improve scanning performance/battery life
  • Add mount stress test to CameraKit example app by @scarlac in #759
    Can help trigger the occasional crashing iOS 26 issue, to measure performance, or find memory leaks

New Contributors

Full Changelog: v16.1.3...v16.2.0

v16.1.3

01 Oct 17:55

Choose a tag to compare

What's Changed

  • Fix missing Bundler in CI linter workflow causing pod install failures by @Copilot in #750
  • Define files array to exclude files in the published bundle by @Simek in #751
  • Fixed zoom/maxZoom issue on legacy arch when (max)Zoom isn't defined by @scarlac in 9acbc49

New Contributors

  • @Copilot made their first contribution in #750
  • @Simek made their first contribution in #751

Full Changelog: v16.1.2...v16.1.3

v16.1.2

10 Sep 01:29

Choose a tag to compare

What's Changed

Full Changelog: v16.1.1...v16.1.2

v16.1.1

09 Sep 21:24

Choose a tag to compare

What's Changed

  • fix: remove orientation listener on camera unmount by @lukebars in #745

New Contributors

Full Changelog: v16.1.0...v16.1.1

v16.1.0

09 Sep 21:00

Choose a tag to compare

What's Changed

  • Add file size (bytes) to capture() result on Android by @gargwork321 in #739
  • Fixed support for RN 0.76 and other older RN versions by @scarlac in #746

New Contributors

Full Changelog: v16.0.1...v16.1.0

v16.0.1

05 Sep 21:02

Choose a tag to compare

What's Changed

  • Fixed regression in v16.0.0 with apps with USE_FRAMEWORKS @scarlac in 697ecb1

Full Changelog: v16.0.0...v16.0.1

v16.0.0

04 Sep 23:25

Choose a tag to compare

Breaking changes

  • Fabric/new arch support was revamped in several ways. While this isn't officially breaking anything (it should be fixing stuff) it's quite possible something broke depending on what RN version you are using. Please report issues so we can follow up if needed.

What's Changed

New Contributors

Full Changelog: v15.1.0...v16.0.0