react native external keyboard handler

how I can handle external keyboard events like pressing arrow keys (without a TextInput) ?
I'm trying to accomplish this because I need to receive some information from a external device that acts just like a keyboard

Upvotes: 8

Views: 2833

Answers (1)

HonzaHK
HonzaHK

Reputation: 11

We use react-native-keyevent to handle events from bluetooth keyboard. You can check if it suits your needs.

Upvotes: 1

Related Questions