I'm created small react native app for Zebra TC20 barcode scanner. It works just fine. The main issue I need to solve is somehow open my app on scan button press...
By default when scan button is pressed and if my app is not running the DWDemo app launches and shows scanned data. And I need that by default would be opened my app.
I'm using https://github.com/darryncampbell/react-native-datawedge-intents to get barcodes. And it uses DeviceEventEmitter
.
Maybe there are some techniques to register listener in foreground for specific event and start the app ?