Skip to content

React Native bridging demo using blinkreceipt by micro blink

Notifications You must be signed in to change notification settings

Prince-Mittal/bridging-demo

Repository files navigation

bridging-demo

React Native bridging demo using blinkreceipt by micro blink. In this demo app we have bridged an OCR app that can scan receipts and provide us the products inside that receipt.

final-demo.gif

Project Setup

Android:

  • Clone this repository
  • Go to the cloned directory and run npm i
  • Generate blinkreceipt key on micro blink website.
  • Paste the generated key in android/app/src/main/AndroidManifest.xml file.
  • Now the setup is complete. To launch the app run command npm run android.