react-native-camera-kit icon indicating copy to clipboard operation
react-native-camera-kit copied to clipboard

A high performance, easy to use, rock solid camera library for React Native apps.

Results 136 react-native-camera-kit issues
Sort by recently updated
recently updated
newest added

**Describe the bug** After scanning the gs128 barcode it is not giving the proper value if the barcode is gs128 then it must be started from "]C1" according to standards...

## Summary This PR will fix #476 For iOS , there's no matching property defined in native, update `scanBarcode` property in component will not working. ## How did you test...

Hello guys, how are you? I'm having problems with a device to read a QRCODE. I put it in debug mode via USB on it to be able to catch...

How to modify the width and height of the scan box

**Describe the bug** When used for scanning qr code, the showFrame option works differently on Android and iOS. On ios, the code is scanned only in the central frame area,...

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 D:\zs\android\app\src\debug\AndroidManifest.xml Error: uses-sdk:minSdkVersion 21 cannot be smaller...

**Describe the bug** When I try to get barcode type and data it returns undefined. **To Reproduce** Steps to reproduce the behavior: ``` const [scanned, setScanned] = useState(false); const handleBarCodeScanned...

**Describe the bug** Barcode scanning callback only runs once on Android. Works just fine on iOS. Library version: 12.1.0 **To Reproduce** Steps to reproduce the behavior: 1. Have a screen...