| #
00ec8cab |
| 04-Jan-2022 |
Evan Bacon <[email protected]> |
Use declaration maps (#15782)
* Added declarationMap to base tsconfig
* et cp -a --no-lint --no-test --no-uniformity-check
|
| #
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 ...
|
| #
b3e65a7a |
| 16-May-2020 |
James Ide <[email protected]> |
[ts] Upgrade to TypeScript 3.9.2 (#8280)
* [ts] Upgrade to TypeScript 3.9.2
This upgrades TypeScript to 3.9.2 to keep us more up to date. It also supports `@ts-expect-error` for places where we w
[ts] Upgrade to TypeScript 3.9.2 (#8280)
* [ts] Upgrade to TypeScript 3.9.2
This upgrades TypeScript to 3.9.2 to keep us more up to date. It also supports `@ts-expect-error` for places where we want to get notified if a future TS version stops triggering type checker errors. https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/
It is also supposed to be faster but I don't have real numbers on this. CI might be a reasonable indicator.
Also updated ts-jest, since there was a bug that required clearing the Jest cache.
Updated the TS version in expo-module-scripts. Ran `expotools check-packages --no-uniformity-check ` to rebuild, test, and lint all files.
* [ts] Fix up files for TS 3.9
* [ts] Rebuild JS files with TS 3.9.2
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 ...
|