0.1.0 • Published 2 years ago

react-native-pdf417-svg v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-pdf417-svg

react native component for pdf417 barcode

Installation

npm install react-native-pdf417-svg

Usage

import PDF417 from 'react-native-pdf417-svg';

export default function App() {
  return (
    <View style={styles.container}>
      <PDF417 height={60} width={380} text="mailto:hello@giautm.dev" />
    </View>
  );
}

Contributing

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

License

MIT