Skip to content

Instantly share code, notes, and snippets.

View mucahitsendinc's full-sized avatar
💯

Mücahit Sendinç mucahitsendinc

💯
View GitHub Profile
@goodpic
goodpic / ProductScanRNCamera.js
Last active April 24, 2023 11:54
RNCamera : Use the barcode scanner on React Native
import React, { Component } from 'react';
import { Button, Text, View } from 'react-native';
import { RNCamera } from 'react-native-camera';
class ProductScanRNCamera extends Component {
constructor(props) {
super(props);
this.camera = null;
this.barcodeCodes = [];