Skip to content

ELichto/react-native-zxing-scanner

Repository files navigation

react-native-zxing-scanner

React Native Library for Zxing Scanner (based on journeyApps Impl)

Installation

npm install react-native-zxing-scanner

Usage

import { showQrReader } from 'react-native-zxing-scanner';

// ...

const [value, setValue] = useState('');
showQrReader(setValue);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published