https://github.com/dielduarte/qrcodeexample-react-native
a simple react native app to scan a QRCode using device camera or getting the image from gallery
https://github.com/dielduarte/qrcodeexample-react-native
Last synced: 8 months ago
JSON representation
a simple react native app to scan a QRCode using device camera or getting the image from gallery
- Host: GitHub
- URL: https://github.com/dielduarte/qrcodeexample-react-native
- Owner: dielduarte
- Created: 2018-09-02T22:51:56.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T00:52:01.000Z (about 3 years ago)
- Last Synced: 2025-02-25T02:44:42.593Z (12 months ago)
- Language: JavaScript
- Size: 1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QRCodeExample-react-native
a simple react native app to scan a QRCode using device camera or getting the image from gallery.
## installation
run on your terminal:
```js
yarn;
```
or:
```js
npm install
```
## development
run on your terminal:
```js
react-native run-ios
```
in another tab run the tests:
```js
yarn test:watch
```
or:
```js
npm run test:watch
```
## tests
To run the tests run on your terminal:
```js
yarn test
```
or:
```js
npm test
```