/QRCodeExample-react-native

a simple react native app to scan a QRCode using device camera or getting the image from gallery

Primary LanguageJavaScript

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:

yarn;

or:

  npm install

development

run on your terminal:

react-native run-ios

in another tab run the tests:

yarn test:watch

or:

npm run test:watch

tests

To run the tests run on your terminal:

yarn test

or:

npm test