Page MenuHomePhabricator

[native] Add the ExpoBarcodeScanner package
ClosedPublic

Authored by rohan on Aug 9 2023, 9:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 6, 4:51 PM
Unknown Object (File)
Sat, May 4, 4:50 PM
Unknown Object (File)
Sat, May 4, 2:41 PM
Unknown Object (File)
Sat, May 4, 2:41 PM
Unknown Object (File)
Wed, May 1, 10:33 PM
Unknown Object (File)
Wed, Apr 24, 1:55 PM
Unknown Object (File)
Wed, Apr 24, 1:55 PM
Unknown Object (File)
Wed, Apr 24, 1:55 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
Lint Not Applicable
Unit
Tests Not Applicable

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.