darryncampbell / react-native-datawedge-intents

React Native interface for Zebra's DataWedge Intent API
MIT License
43 stars 46 forks source link

Support for broadcasts other than Zebra/Symbol #12

Closed xiic closed 3 years ago

xiic commented 3 years ago

I've created a fix to be able to use other broadcasts as well (using the SendBroadcastWithExtras API).

Before, two (fixed) extra values were removed as they contain byte arrays:

If there are any other byte arrays, it results in a crash. Now any extra value containing a byte arrays is removed. This makes it possible to use this library with other systems as well. I've tested it with the Honeywell Intent API which is working fine. Zebra/Symbol is still working the same way as before.

darryncampbell commented 3 years ago

Thank you for your contribution. Tested & works

darryncampbell commented 3 years ago

Published to NPM as 0.1.4