I am a React Native Developer and I want to connect the BarCode scanner (DS9208 wired Scanner) with my existing ReactNative app.
Is it possible?
And can anybody share a simple example or SDK information with me?
Thanks.
I am a React Native Developer and I want to connect the BarCode scanner (DS9208 wired Scanner) with my existing ReactNative app.
Is it possible?
And can anybody share a simple example or SDK information with me?
Thanks.
Hi, there is no React Native SDK for the DS9208 wired scanner I'm afraid, you would need to write your own custom module and interface with the native SDK for Android (I presume you are writing an Android app). The native SDK is available from https://www.zebra.com/us/en/support-downloads/software/developer-tools/s...
Points: 1
You voted ‘up’
Is there any other model that I can use with react-native?
Points: 0
You voted ‘up’
Where is your application running?
Points: 0
You voted ‘up’
My application is a hybrid Application Based on react native & is available for iOS & Android users.
Mostly this application is used in schools.
Points: 0
You voted ‘up’
In that case then my original answer about needing to create a custom plugin for this would apply I'm afraid.
Points: 0
You voted ‘up’