diff --git a/src/libs/KeyboardShortcut/index.native.js b/src/libs/KeyboardShortcut/index.native.js index 8b331bc17bdb..ae1d49830dce 100644 --- a/src/libs/KeyboardShortcut/index.native.js +++ b/src/libs/KeyboardShortcut/index.native.js @@ -6,8 +6,8 @@ const KeyboardShortcut = { subscribe() { return () => {}; }, - unsubscribe() {}, - getKeyboardShortcutMap() {}, + getKeyboardShortcuts() { return []; }, + getShortcutModifiers() { return []; }, }; export default KeyboardShortcut;