/RNDataWedgeIntentDemo

React Native example application demonstrating react-native-datawedge-intents module

Primary LanguageJavaScript

Please be aware that this application / sample is provided as-is for demonstration purposes without any guarantee of support

RNDataWedgeIntentDemo

React Native example application demonstrating react-native-datawedge-intents module

This application demonstrates how to make use of the react-native-datawedge-intents module in your ReactNative Android application running on Zebra mobile computers. The react-native-datawedge-intents modules can be found on

Installation

git clone https://github.com/darryncampbell/RNDataWedgeIntentDemo.git
cd RNDataWedgeIntentDemo
npm install
react-native run-android

Usage

Make sure you have DataWedge running on your device and configured with the Barcode input plugin enabled and the Intent output plugin as follows:

DataWedge

The UI is self-explanatory. Buttons are provided for each action provided by the API. The API maps to the DataWedge API 1:1. Successful scans will be shown at the top of the app UI. You can test everything is working by ensuring 'Enumerate' returns sensible value(s).

Running Application