Skip to content

Commit

Permalink
chore(release): 4.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.1](react-native-camera/react-native-camera@v4.2.0...v4.2.1) (2021-09-21)

### Bug Fixes

* Remove the `mCamera.setPreviewDisplay` call on surface destroy as it may cause ANRs or slow down the UI when unmounting.  The side effect of this is a nasty warning `BufferQueue has been abandoned` that can be ignored. ([react-native-camera#3331](react-native-camera#3331)) ([9c0b87e](react-native-camera@9c0b87e))
  • Loading branch information
semantic-release-bot committed Sep 21, 2021
1 parent 9c0b87e commit 7cdfb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-camera",
"description": "A Camera component for React Native. Also reads barcodes.",
"version": "4.2.0",
"version": "4.2.1",
"author": "Lochlan Wansbrough <[email protected]> (http://lwansbrough.com)",
"collective": {
"type": "opencollective",
Expand Down

0 comments on commit 7cdfb6e

Please sign in to comment.