David Bertet
David Bertet
## Summary Return height/width of capture on iOS to be consistent with Android Issue raised #641 ## How did you test this change? Built example & ran on device >...
## Summary Add SwiftLint to lint iOS code to enforce code consistency Update lint Github Action to raise error/warning on PRs using annotations `yarn check-ios` can be used locally to...
## Summary Buttons on top of the barcode scanner are looking bad  Reuse the same code we have on the camera screen ![Screenshot...
## Summary Fix the error `Unsupported top level event type "onError" dispatched, js engine: hermes`, raised by #614 When Android can't access the camera, it throws an error. On v13...
## Summary Fixes #691 by refactoring how events are sent back to React. Created an interface that is implemented differently between the old/new arch Code is safer as it uses...
**Describe the bug** The new arch implement performance optimization where views are not destroyed but rather reused after they are no longer on screen `prepareForRecycle` is called when the component...