| /expo/packages/@expo/cli/src/start/server/middleware/inspector/ |
| H A D | LaunchBrowser.ts | 34 const isSupported = await browser.isSupportedBrowser(browserType); constant 35 if (isSupported) {
|
| /expo/docs/components/plugins/ |
| H A D | PlatformsSection.tsx | 19 function getInfo(isSupported: IsSupported, { title }: Platform) { 20 if (isSupported === true) { 25 } else if (typeof isSupported === 'object') { 28 <A className="grid gap-2 grid-cols-[20px_auto]" href={isSupported.pending}>
|
| /expo/packages/expo-local-authentication/ios/ |
| H A D | LocalAuthenticationModule.swift | 11 …let isSupported: Bool = context.canEvaluatePolicy(LAPolicy.deviceOwnerAuthenticationWithBiometrics… in definition() variable 12 let isAvailable: Bool = isSupported || error?.code != LAError.biometryNotAvailable.rawValue in definition() 20 …let isSupported: Bool = context.canEvaluatePolicy(LAPolicy.deviceOwnerAuthenticationWithBiometrics… in definition() variable 21 let isEnrolled: Bool = isSupported && error == nil in definition()
|
| /expo/ios/versioned/sdk49/ExpoLocalAuthentication/ |
| H A D | LocalAuthenticationModule.swift | 11 …let isSupported: Bool = context.canEvaluatePolicy(LAPolicy.deviceOwnerAuthenticationWithBiometrics… in definition() variable 12 let isAvailable: Bool = isSupported || error?.code != LAError.biometryNotAvailable.rawValue in definition() 20 …let isSupported: Bool = context.canEvaluatePolicy(LAPolicy.deviceOwnerAuthenticationWithBiometrics… in definition() variable 21 let isEnrolled: Bool = isSupported && error == nil in definition()
|
| /expo/ios/versioned/sdk48/ExpoLocalAuthentication/ |
| H A D | LocalAuthenticationModule.swift | 11 …let isSupported: Bool = context.canEvaluatePolicy(LAPolicy.deviceOwnerAuthenticationWithBiometrics… in definition() variable 12 let isAvailable: Bool = isSupported || error?.code != LAError.biometryNotAvailable.rawValue in definition() 20 …let isSupported: Bool = context.canEvaluatePolicy(LAPolicy.deviceOwnerAuthenticationWithBiometrics… in definition() variable 21 let isEnrolled: Bool = isSupported && error == nil in definition()
|
| /expo/packages/expo-battery/ios/ |
| H A D | BatteryModule.swift | 12 "isSupported": isSupported() in definition() 92 func isSupported() -> Bool { in isSupported() function
|
| /expo/ios/versioned/sdk48/ExpoBattery/ |
| H A D | BatteryModule.swift | 12 "isSupported": isSupported() in definition() 92 func isSupported() -> Bool { in isSupported() function
|
| /expo/ios/versioned/sdk47/ExpoBattery/ |
| H A D | BatteryModule.swift | 12 "isSupported": isSupported() in definition() 92 func isSupported() -> Bool { in isSupported() function
|
| /expo/ios/versioned/sdk49/ExpoBattery/ |
| H A D | BatteryModule.swift | 12 "isSupported": isSupported() in definition() 92 func isSupported() -> Bool { in isSupported() function
|
| /expo/packages/expo-battery/build/ |
| H A D | ExpoBattery.web.d.ts | 4 readonly isSupported: boolean; constant
|
| H A D | ExpoBattery.web.js | 8 get isSupported() {
|
| H A D | Battery.js | 13 return Promise.resolve((ExpoBattery && ExpoBattery.isSupported) || false);
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/LegacyViewManagerInterop/ |
| H A D | ABI47_0_0RCTLegacyViewManagerInteropComponentView.h | 19 + (BOOL)isSupported:(NSString *)componentName;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/LegacyViewManagerInterop/ |
| H A D | ABI49_0_0RCTLegacyViewManagerInteropComponentView.h | 19 + (BOOL)isSupported:(NSString *)componentName;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/LegacyViewManagerInterop/ |
| H A D | ABI48_0_0RCTLegacyViewManagerInteropComponentView.h | 19 + (BOOL)isSupported:(NSString *)componentName;
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | link.ts | 16 if (terminalLink.isSupported) {
|
| /expo/ios/versioned/sdk47/EXLocalAuthentication/EXLocalAuthentication/ |
| H A D | ABI47_0_0EXLocalAuthentication.m | 44 …BOOL isSupported = [context canEvaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics erro… 45 BOOL isAvailable = isSupported || error.code != LAErrorBiometryNotAvailable; 57 …BOOL isSupported = [context canEvaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics erro… 58 BOOL isEnrolled = isSupported && error == nil;
|
| /expo/apps/native-component-list/src/screens/Clipboard/ |
| H A D | ClipboardListenerDemo.tsx | 15 const isSupported = useMemo(() => isCurrentPlatformSupported(['ios', 'android']), []); 20 {isSupported ? (
|
| /expo/ios/versioned/sdk48/ExpoImage/ |
| H A D | ImageView.swift | 397 static let imageAnalyzer = ImageAnalyzer.isSupported ? ImageAnalyzer() : nil 401 …rd #available(iOS 16.0, *), oldValue != enableLiveTextInteraction, ImageAnalyzer.isSupported else { 414 guard #available(iOS 16.0, *), ImageAnalyzer.isSupported, let image = sdImageView.image else { in analyzeImage()
|
| /expo/packages/expo-image/ios/ |
| H A D | ImageView.swift | 421 static let imageAnalyzer = ImageAnalyzer.isSupported ? ImageAnalyzer() : nil 425 …rd #available(iOS 16.0, *), oldValue != enableLiveTextInteraction, ImageAnalyzer.isSupported else { 438 guard #available(iOS 16.0, *), ImageAnalyzer.isSupported, let image = sdImageView.image else { in analyzeImage()
|
| /expo/ios/versioned/sdk49/ExpoImage/ |
| H A D | ImageView.swift | 415 static let imageAnalyzer = ImageAnalyzer.isSupported ? ImageAnalyzer() : nil 419 …rd #available(iOS 16.0, *), oldValue != enableLiveTextInteraction, ImageAnalyzer.isSupported else { 432 guard #available(iOS 16.0, *), ImageAnalyzer.isSupported, let image = sdImageView.image else { in analyzeImage()
|
| /expo/packages/expo-battery/src/ |
| H A D | ExpoBattery.web.ts | 40 get isSupported(): boolean {
|
| H A D | Battery.ts | 22 return Promise.resolve((ExpoBattery && ExpoBattery.isSupported) || false);
|
| /expo/packages/@expo/cli/src/start/server/metro/ |
| H A D | metroErrorInterface.ts | 130 const position = terminalLink.isSupported
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkYUVAPixmaps.h | 163 bool isSupported(const SupportedDataTypes&) const;
|