Skip to content

Commit 8c7e50d

Browse files
committed
Bump deps, switch to yarn
1 parent 578f11b commit 8c7e50d

12 files changed

+22659
-76037
lines changed

Diff for: example/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function App() {
1212
useHotkey(ReactNativeKeysKeyCode.KeyA, (event) => {
1313
setResult(JSON.stringify(event))
1414
alert('ctrl-a')
15-
}, { title: 'Testar', modifiers: [ModifiersType.Hyper] })
15+
}, { title: 'Testar', modifiers: [ModifiersType.Control] })
1616

1717
/* useHotkey(ReactNativeKeysKeyCode.Escape, (event) => {
1818
setResult(JSON.stringify(event))

0 commit comments

Comments
 (0)