kevinejohn / react-native-keyevent

Capture external keyboard keys or remote control button events
MIT License
209 stars 97 forks source link

Add character to KeyUp and KeyDown events #54

Closed badaz closed 3 years ago

badaz commented 3 years ago

Hello I added the character pressed to both onKeyUp and onKeyDown events on android, just like the characters in the onKeyMultiple event. Here is my PR.

badaz commented 3 years ago

My bad! I hadn't seen the pressedKey!