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
- Host: GitHub
- URL: https://github.com/fededri/zebrabridge
- Owner: fededri
- Created: 2020-06-18T12:41:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:33:47.000Z (over 3 years ago)
- Last Synced: 2025-04-01T18:24:37.518Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 11 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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'\
}