History log of /expo/packages/expo-barcode-scanner/src/ExpoBarCodeScannerModule.web.ts (Results 1 – 7 of 7)
Revision Date Author Comments
# ab22f034 27-Oct-2021 Bartłomiej Bukowski <[email protected]>

[multiple packages] Fix broken typings causing `check-packages` failures (#14912)


# 6da15324 27-Aug-2021 Bartosz Kaszubowski <[email protected]>

[eslint-config] bump dependencies and minimum required lint tools versions (#13858)

Co-authored-by: James Ide <[email protected]>


# 87d87595 14-Aug-2021 Tomasz Sapeta <[email protected]>

Fix all check-packages issues related to expo-modules-core migration


# 8285c032 13-Aug-2021 Tomasz Sapeta <[email protected]>

Rename unimodules imports to expo-modules-core


# ac43a3f3 08-Jun-2021 Łukasz Kosmaty <[email protected]>

[barcode-scanner][web] Add permission requester (#13109)

# Why

Part of ENG-1113.

# How

Added a camera permission requester to the web implementation of the BarCodeScanner.

> Note: I thin

[barcode-scanner][web] Add permission requester (#13109)

# Why

Part of ENG-1113.

# How

Added a camera permission requester to the web implementation of the BarCodeScanner.

> Note: I think that the BarCodeScanner isn't available on the web. However, you can scan the code using the `expo-camera`. That's why I decided to add a requester who actually asking for camera permissions.

# Test Plan

- NCL

show more ...


# 567432c8 07-Aug-2020 Evan Bacon <[email protected]>

[Web] Barcode Scanner (#4166)

* Fixed style

* Added missing types

* [web] Added QR scanning to expo-camera.

* Added barcode indicator

* Update package.json

* Update yarn.lock

* Rem

[Web] Barcode Scanner (#4166)

* Fixed style

* Added missing types

* [web] Added QR scanning to expo-camera.

* Added barcode indicator

* Update package.json

* Update yarn.lock

* Removed `finishedAsync`

* Updated bar code logic with PR feedback

* remove git type error

* fix type error

* Fix lint errors

* fix case issue

* add ts ignore reason

* remove todos

* fix build files

* fixup ncl demo

* Updated web QR scanner

* Remove indicator coded

* updated changelog

* Update ExponentCamera.web.d.ts

show more ...


# 9ab5f539 07-Feb-2019 Evan Bacon <[email protected]>

[TypeScript] Migrated expo-barcode-scanner (#3415)

* Added TypeScript

* Updated Web
* Added `UnavailabilityError`s
* Added unit tests
* Added tests to CI

* Fixed export

* Update packages

[TypeScript] Migrated expo-barcode-scanner (#3415)

* Added TypeScript

* Updated Web
* Added `UnavailabilityError`s
* Added unit tests
* Added tests to CI

* Fixed export

* Update packages/expo-barcode-scanner/src/BarCodeScanner.tsx

Co-Authored-By: EvanBacon <[email protected]>

* Update packages/expo-barcode-scanner/src/BarCodeScanner.tsx

Co-Authored-By: EvanBacon <[email protected]>

* Updated props

* Deleted references

* Removed unused types

* Removed deprecated

show more ...