An open API service indexing awesome lists of open source software.

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

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
```