https://github.com/lintangwisesa/reactnative-barcode-generator-scanner
A simple ⚛️ React Native app to generate & scan barcode
https://github.com/lintangwisesa/reactnative-barcode-generator-scanner
barcode barcode-generator barcode-scanner react-native
Last synced: 17 days ago
JSON representation
A simple ⚛️ React Native app to generate & scan barcode
- Host: GitHub
- URL: https://github.com/lintangwisesa/reactnative-barcode-generator-scanner
- Owner: LintangWisesa
- Created: 2023-01-22T05:00:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T05:37:48.000Z (over 2 years ago)
- Last Synced: 2025-04-04T10:37:29.368Z (about 1 month ago)
- Topics: barcode, barcode-generator, barcode-scanner, react-native
- Language: JavaScript
- Homepage:
- Size: 1.4 MB
- Stars: 4
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# React Native Barcode Scanner & Generator
A simple React Native mobile application to generate, share & scan barcode. Supporting packages used in this project are React Navigation, React Native Elements, React Native Camera, `react-native-barcode-generator`, `react-native-view-shot`, `react-native-share` and `rn-fetch-blob`.
- __Demo__:
Click the following picture to see the demo video:
[](https://youtu.be/MRyJdIwEe0I)
- __Clone this repo & install dependencies__:```bash
$ git clone https://github.com/LintangWisesa/ReactNative-Barcode-Generator-Scanner
$ npm i
```- __Start Metro bundler:__
```
$ npx react-native start
```- __Start the application:__
```
$ npx react-native run-android
```
or
```
$ npx react-native run-ios
```- __Preview__
Home Screen

QR Generator Screen
QR Scanner Scanner
#
#### 🍔 Lintang Wisesa