Home
last modified time | relevance | path

Searched refs:isAppleDevice (Results 1 – 2 of 2) sorted by relevance

/expo/docs/ui/components/CommandMenu/
H A DCommandMenuTrigger.tsx7 import { isAppleDevice } from './utils';
19 setIsMac(typeof navigator !== 'undefined' && isAppleDevice());
H A Dutils.ts148 export const isAppleDevice = () => { constant