wix-incubator / react-native-keyboard-input

Use your own custom input component instead of the system keyboard
MIT License
819 stars 150 forks source link

Is it possible to show nothing? [QUESTION] #63

Open ghost opened 6 years ago

ghost commented 6 years ago

Is it possible to show nothing instead of a keyboard? (or an invisible one) and still listen for key down events? I am working on a rfid sensor, wondering if this could be useful as react-native-key-event doesn't seem to work.