react-native-keyboardevents
react-native-keyboardevents copied to clipboard
Update example
As seen here: https://github.com/facebook/react-native/issues/3468#issuecomment-188146894
- Replace
DeviceEventEmitter
byKeyboard
- Replace
Will
byDid
Thanks @antoinerousseau. I dropped a full example at the below link and leveraged your helpful linked comment. If you could double-check it that'd be nice so it can be referenced from the docs here instead of hardcoded in the README
: https://github.com/facebook/react-native/issues/2819#issuecomment-250022480.
@jhabdas LGTM!
@antoinerousseau much appreciated. Thank you.