David Bertet

Results 6 issues of 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 ![Screenshot 2023-12-21 at 2 36 05 PM](https://github.com/teslamotors/react-native-camera-kit/assets/11665957/49a2bcde-85d2-4fc0-945e-de4f99e026c5) 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...