Page MenuHomePhabricator

[native] Add the ExpoBarcodeScanner package
ClosedPublic

Authored by rohan on Aug 9 2023, 9:49 AM.
Tags
None
Referenced Files
F3515281: D8770.diff
Sun, Dec 22, 8:16 AM
Unknown Object (File)
Tue, Dec 17, 7:00 AM
Unknown Object (File)
Sun, Dec 1, 6:28 AM
Unknown Object (File)
Wed, Nov 27, 10:48 PM
Unknown Object (File)
Sat, Nov 23, 11:46 PM
Unknown Object (File)
Sat, Nov 23, 11:46 PM
Unknown Object (File)
Sat, Nov 23, 12:58 PM
Unknown Object (File)
Nov 18 2024, 2:07 PM
Subscribers
None

Details

Summary

This will allow us to use the BarCodeScanner component on native to scan the QR codes on secondary devices.

Depends on D8769

Test Plan

Ran yarn cleaninstall and pod install after running the install command (expo install expo-barcode-scanner) and confirmed I could import the component.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

rohan requested review of this revision.Aug 9 2023, 10:07 AM

Does this package version work with the version of Expo that we're running? (Sometimes we have to use older versions)

This revision is now accepted and ready to land.Aug 9 2023, 10:20 AM

Does this package version work with the version of Expo that we're running? (Sometimes we have to use older versions)

It should be fine, I've been able to use the BarCodeScanner component on my physical device with no problem while testing

This revision was automatically updated to reflect the committed changes.