| /expo/packages/expo-dev-menu/app/ |
| H A D | App.tsx | 14 isDevice?: boolean; 22 isDevice, 29 <Main registeredCallbacks={registeredCallbacks} isDevice={isDevice} />
|
| /expo/packages/expo-dev-launcher/bundle/functions/__tests__/ |
| H A D | getDevSessionsAsync.test.ts | 14 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 D | FeatureFlags.ts | 1 import { isDevice } from 'expo-device'; 8 ENABLE_QR_CODE_BUTTON: isDevice && !Environment.IsIOSRestrictedBuild,
|
| /expo/packages/expo-dev-launcher/bundle/functions/ |
| H A D | getDevSessionsAsync.ts | 18 isDevice = false, 23 isDevice?: boolean; 38 if (!devSessions.length && !isDevice) {
|
| H A D | getInitialData.ts | 5 isDevice, 40 isDevice,
|
| /expo/apps/test-suite/tests/ |
| H A D | Device.js | 31 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 D | SMS.ios.js | 21 if (Device.isDevice) { 62 if (Device.isDevice) {
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | DevLauncherInternal.swift | 14 var isDevice = true in definition() variable 16 isDevice = false in definition() 22 "isDevice": isDevice, in definition()
|
| /expo/apps/test-suite/ |
| H A D | TestModules.js | 145 if (Constants.isDevice) { 157 if (Constants.isDevice) { 161 if (Constants.isDevice) {
|
| /expo/packages/expo-device/build/ |
| H A D | Device.js | 9 export const isDevice = ExpoDevice ? ExpoDevice.isDevice : true; constant
|
| H A D | ExpoDevice.web.d.ts | 3 readonly isDevice: boolean; constant
|
| H A D | Device.d.ts | 7 export declare const isDevice: boolean; constant
|
| /expo/packages/expo-device/src/ |
| H A D | Device.ts | 12 export const isDevice: boolean = ExpoDevice ? ExpoDevice.isDevice : true; constant
|
| /expo/ios/versioned/sdk48/ExpoDevice/ |
| H A D | DeviceModule.swift | 10 "isDevice": isDevice(), in definition() 50 func isDevice() -> Bool { in isDevice() function
|
| /expo/packages/expo-dev-launcher/bundle/native-modules/ |
| H A D | DevLauncherInternal.ts | 98 export const isDevice = !!DevLauncher.isDevice; constant
|
| /expo/packages/expo-device/ios/ |
| H A D | DeviceModule.swift | 10 "isDevice": isDevice(), in definition() 65 func isDevice() -> Bool { in isDevice() function
|
| /expo/packages/expo-modules-core/ios/Interfaces/Constants/ |
| H A D | EXConstantsInterface.h | 14 - (BOOL)isDevice;
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Interfaces/Constants/ |
| H A D | ABI49_0_0EXConstantsInterface.h | 14 - (BOOL)isDevice;
|
| /expo/ios/versioned/sdk49/ExpoDevice/ |
| H A D | DeviceModule.swift | 10 "isDevice": isDevice(), in definition() 67 func isDevice() -> Bool { in isDevice() function
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Interfaces/Constants/ |
| H A D | ABI47_0_0EXConstantsInterface.h | 14 - (BOOL)isDevice;
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Interfaces/Constants/ |
| H A D | ABI48_0_0EXConstantsInterface.h | 14 - (BOOL)isDevice;
|
| /expo/packages/expo-dev-menu/app/components/ |
| H A D | Onboarding.tsx | 43 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 D | DeviceModule.kt | 82 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 D | EXConstantsService.h | 20 - (BOOL)isDevice;
|
| /expo/ios/versioned/sdk49/EXConstants/ |
| H A D | ABI49_0_0EXConstantsService.h | 20 - (BOOL)isDevice;
|