Home
last modified time | relevance | path

Searched refs:isDevice (Results 1 – 25 of 77) sorted by relevance

1234

/expo/packages/expo-dev-menu/app/
H A DApp.tsx14 isDevice?: boolean;
22 isDevice,
29 <Main registeredCallbacks={registeredCallbacks} isDevice={isDevice} />
/expo/packages/expo-dev-launcher/bundle/functions/__tests__/
H A DgetDevSessionsAsync.test.ts14 await getDevSessionsAsync({ isAuthenticated: true, installationID: '321', isDevice: true });
27 await getDevSessionsAsync({ isAuthenticated: true, installationID: '321', isDevice: true });
45 await getDevSessionsAsync({ isAuthenticated: true, installationID: '321', isDevice: true });
63 await getDevSessionsAsync({ isAuthenticated: false, installationID: '321', isDevice: true });
/expo/home/
H A DFeatureFlags.ts1 import { isDevice } from 'expo-device';
8 ENABLE_QR_CODE_BUTTON: isDevice && !Environment.IsIOSRestrictedBuild,
/expo/packages/expo-dev-launcher/bundle/functions/
H A DgetDevSessionsAsync.ts18 isDevice = false,
23 isDevice?: boolean;
38 if (!devSessions.length && !isDevice) {
H A DgetInitialData.ts5 isDevice,
40 isDevice,
/expo/apps/test-suite/tests/
H A DDevice.js31 const isDevice = Device.isDevice;
48 t.expect(isDevice).toBeDefined();
49 t.expect(typeof isDevice).toEqual('boolean');
127 const isDevice = await Device.isDevice;
149 t.expect(isDevice).toBeDefined();
150 t.expect(typeof isDevice).toEqual('boolean');
163 if (isDevice) {
H A DSMS.ios.js21 if (Device.isDevice) {
62 if (Device.isDevice) {
/expo/packages/expo-dev-launcher/ios/
H A DDevLauncherInternal.swift14 var isDevice = true in definition() variable
16 isDevice = false in definition()
22 "isDevice": isDevice, in definition()
/expo/apps/test-suite/
H A DTestModules.js145 if (Constants.isDevice) {
157 if (Constants.isDevice) {
161 if (Constants.isDevice) {
/expo/packages/expo-device/build/
H A DDevice.js9 export const isDevice = ExpoDevice ? ExpoDevice.isDevice : true; constant
H A DExpoDevice.web.d.ts3 readonly isDevice: boolean; constant
H A DDevice.d.ts7 export declare const isDevice: boolean; constant
/expo/packages/expo-device/src/
H A DDevice.ts12 export const isDevice: boolean = ExpoDevice ? ExpoDevice.isDevice : true; constant
/expo/ios/versioned/sdk48/ExpoDevice/
H A DDeviceModule.swift10 "isDevice": isDevice(), in definition()
50 func isDevice() -> Bool { in isDevice() function
/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherInternal.ts98 export const isDevice = !!DevLauncher.isDevice; constant
/expo/packages/expo-device/ios/
H A DDeviceModule.swift10 "isDevice": isDevice(), in definition()
65 func isDevice() -> Bool { in isDevice() function
/expo/packages/expo-modules-core/ios/Interfaces/Constants/
H A DEXConstantsInterface.h14 - (BOOL)isDevice;
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Interfaces/Constants/
H A DABI49_0_0EXConstantsInterface.h14 - (BOOL)isDevice;
/expo/ios/versioned/sdk49/ExpoDevice/
H A DDeviceModule.swift10 "isDevice": isDevice(), in definition()
67 func isDevice() -> Bool { in isDevice() function
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Interfaces/Constants/
H A DABI47_0_0EXConstantsInterface.h14 - (BOOL)isDevice;
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Interfaces/Constants/
H A DABI48_0_0EXConstantsInterface.h14 - (BOOL)isDevice;
/expo/packages/expo-dev-menu/app/components/
H A DOnboarding.tsx43 isDevice?: boolean;
46 export function Onboarding({ isDevice }: OnboardingProps) {
67 {isDevice ? deviceMessage : simulatorMessage}
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/device/
H A DDeviceModule.kt82 val isDevice = !isRunningOnEmulator in <lambda>() constant
85 isRooted = if (isDevice && buildTags != null && buildTags.contains("test-keys")) { in <lambda>()
91 isDevice && File("/system/xbin/su").exists() in <lambda>()
/expo/packages/expo-constants/ios/
H A DEXConstantsService.h20 - (BOOL)isDevice;
/expo/ios/versioned/sdk49/EXConstants/
H A DABI49_0_0EXConstantsService.h20 - (BOOL)isDevice;

1234