$ npm install react-native-key-commands --save
$ react-native link react-native-key-commands
this project supports Podfile
s. Add something like this to your Podfile
:
pod 'RCTKeyCommands', :path => '../node_modules/react-native-key-commands'
Currently no support for Android
import { KeyCommandsView, Modifiers } from 'react-native-key-commands';
...
<KeyCommandsView
input='p'
modifier={Modifiers.Command}
command={() => console.log('you just hit <CMD>+p!')}
/>
Currently, this package only supports a single command