React Native Library for Zxing Scanner (based on journeyApps Impl)
npm install react-native-zxing-scanner
import { showQrReader } from 'react-native-zxing-scanner';
// ...
const [value, setValue] = useState('');
showQrReader(setValue);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library