Skip to content

Release 1.0.0

Latest
Compare
Choose a tag to compare
@vladiiic vladiiic released this 30 Jan 17:57
· 2 commits to master since this release

1.0.0 (2023-01-30)

Bug Fixes

Features

  • add Interleaved2of5 to supported barcode types on iOS (#481) (d4e4aa9)

Reverts

  • Revert "add background view for better perfomance" (6139e93)
  • Revert "add props with callback from native" (85592ce)
  • Revert "add reading of all available barcodes" (a76576b)
  • Revert "bump versions: gradle, compile, support" (beef765)
  • Revert "min version back to 16" (79a2691)

BREAKING CHANGES

  • shouldSaveToCameraRoll is now a prop on instead of a function argument
    Fixed: Instead of storing a temporary file, allow capturing directly to photo library and use PHAsset identifiers.
    PH identifiers allow seamless loading when combined with the rn-community-cameraroll library