I'm trying to build a react native app that receives input from a bluetooth barcode scanner which basically just acts as keyboard emulation. I'm receiving the input into a TextInput however I don't want to show the keyboard. However, if I dismiss the keyboard it doesn't accept input into the TextInput.
Is there any way to accept input from the barcode scanner without showing the keyboard?