An open API service indexing awesome lists of open source software.

https://github.com/fededri/zebrabridge

Native module for React native to use zebra printer's SDK on android devices
https://github.com/fededri/zebrabridge

Last synced: about 1 year ago
JSON representation

Native module for React native to use zebra printer's SDK on android devices

Awesome Lists containing this project

README

          

# ZebraBridge
Android zebra bridge for React native.

Considerations:\
-If your minSdkVersion is 20 or less, your RN app must support multi dex since this native module uses jar files which adds a big number of methods.\
-RN app must declare in the Manifest the permission CHANGE_WIFI_MULTICAST_STATE in order to be able to discover printers on the network\
-Add this to the app/build.gradle file :

packagingOptions {
exclude 'META-INF/LICENSE.txt'\
exclude 'META-INF/NOTICE.txt'\
exclude 'META-INF/NOTICE'\
exclude 'META-INF/LICENSE'\
exclude 'META-INF/DEPENDENCIES'\
}