This is a simple application that helps you scan QRCode with zero configuration, was made using React Native and the react-native-qrcode-scanner package that is available in this repository.
React Native 0.58.1
React Native QRCode Scanner 1.1.2
This application needs Node.js installed together with NPM so you will be able to install react-native-cli and afther this you can execute the commands below
In addition, it will be necessary for you to have all the necessary environment for running native Android or IOS code or those two platforms
If you need help setting up your environment just follow the instructions of this tutorial
First use the git clone
after this
$ cd react-native-qrcode-scanner-boilerplate
$ npm install i
// Or you can use Yarn
$ yarn install
// Command to run the application
$ react-native run-android
// Or it can be on iOS devices
$ react-native run-ios
To run tests use npm test or yarn test