react-native-rich-editor
react-native-rich-editor copied to clipboard
Android onKeyUp is not working
trafficstars
In android onKeyUp pressing, any key always sent the following object. { key { keyCode: 229, key: “Unidentified”} }
any solution on this ?
The onKeyUp event cannot be used in Android, I added onInput to solve the function that needs to be implemented