Home
last modified time | relevance | path

Searched defs:registerKeyCommand (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-dev-menu-interface/android/src/main/java/expo/interfaces/devmenu/items/
H A DDevMenuExportedCallable.kt27 fun registerKeyCommand(keyCommand: KeyCommand?) { in registerKeyCommand() method
/expo/packages/expo-dev-menu-interface/ios/MenuItems/
H A DDevMenuExportedCallable.swift61 public func registerKeyCommand(input: String, modifiers: UIKeyModifierFlags) { in registerKeyCommand() function
H A DDevMenuAction.swift61 open func registerKeyCommand(input: String, modifiers: UIKeyModifierFlags) { in registerKeyCommand() function