fix(barcode-scanner): check if iOS platform supports scanning (#3222)

This commit is contained in:
Lucas Fernandes Nogueira
2026-01-19 13:16:31 -03:00
committed by GitHub
parent b60dd88702
commit c27af9128d
2 changed files with 23 additions and 10 deletions
@@ -0,0 +1,6 @@
---
barcode-scanner: patch
barcode-scanner-js: patch
---
On iOS, fixed an application crash happening when the scanner was started on the iOS Simulator (no camera available).