kevinejohn / react-native-keyevent

Capture external keyboard keys or remote control button events
MIT License
208 stars 95 forks source link

KeyEvent.onKeyMultipleListener((keyEvent) does not work #55

Open SubroBlack opened 3 years ago

SubroBlack commented 3 years ago

KeyEvent.onKeyMultipleListener((keyEvent) => { console.log(onKeyMultiple keyCode: ${keyEvent.keyCode}); console.log(Action: ${keyEvent.action}); console.log(Characters: ${keyEvent.characters}); });

This Function Does Not work