Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 301 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 301 Bytes

rn-qrcode-demo

React Native QRCode demo app

Installation

  • Install Node.js
  • Install react-native-cli
  • Clone repository and install npm packages

Run on android devices

  • Enable Developer options and USB debugging on real devices
  • Run: react-native run-android

Test

  • Run npm test