Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giautm/react-native-pdf417-svg
https://github.com/giautm/react-native-pdf417-svg
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/giautm/react-native-pdf417-svg
- Owner: giautm
- License: mit
- Created: 2021-12-10T23:49:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T23:51:30.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T07:44:33.516Z (about 1 month ago)
- Language: JavaScript
- Size: 196 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-pdf417-svg
react native component for pdf417 barcode
## Installation
```sh
npm install react-native-pdf417-svg
```## Usage
```tsx
import PDF417 from 'react-native-pdf417-svg';export default function App() {
return (
);
}
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT