react-native-pdf417-svg
v0.1.0
Published
react native component for pdf417 barcode
Readme
react-native-pdf417-svg
react native component for pdf417 barcode
Installation
npm install react-native-pdf417-svgUsage
import PDF417 from 'react-native-pdf417-svg';
export default function App() {
return (
<View style={styles.container}>
<PDF417 height={60} width={380} text="mailto:[email protected]" />
</View>
);
}Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
