Home
last modified time | relevance | path

Searched refs:isSupported (Results 1 – 25 of 49) sorted by relevance

12

/expo/packages/@expo/cli/src/start/server/middleware/inspector/
H A DLaunchBrowser.ts34 const isSupported = await browser.isSupportedBrowser(browserType); constant
35 if (isSupported) {
/expo/docs/components/plugins/
H A DPlatformsSection.tsx19 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 DLocalAuthenticationModule.swift11 …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 DLocalAuthenticationModule.swift11 …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 DLocalAuthenticationModule.swift11 …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 DBatteryModule.swift12 "isSupported": isSupported() in definition()
92 func isSupported() -> Bool { in isSupported() function
/expo/ios/versioned/sdk48/ExpoBattery/
H A DBatteryModule.swift12 "isSupported": isSupported() in definition()
92 func isSupported() -> Bool { in isSupported() function
/expo/ios/versioned/sdk47/ExpoBattery/
H A DBatteryModule.swift12 "isSupported": isSupported() in definition()
92 func isSupported() -> Bool { in isSupported() function
/expo/ios/versioned/sdk49/ExpoBattery/
H A DBatteryModule.swift12 "isSupported": isSupported() in definition()
92 func isSupported() -> Bool { in isSupported() function
/expo/packages/expo-battery/build/
H A DExpoBattery.web.d.ts4 readonly isSupported: boolean; constant
H A DExpoBattery.web.js8 get isSupported() {
H A DBattery.js13 return Promise.resolve((ExpoBattery && ExpoBattery.isSupported) || false);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/LegacyViewManagerInterop/
H A DABI47_0_0RCTLegacyViewManagerInteropComponentView.h19 + (BOOL)isSupported:(NSString *)componentName;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/LegacyViewManagerInterop/
H A DABI49_0_0RCTLegacyViewManagerInteropComponentView.h19 + (BOOL)isSupported:(NSString *)componentName;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/LegacyViewManagerInterop/
H A DABI48_0_0RCTLegacyViewManagerInteropComponentView.h19 + (BOOL)isSupported:(NSString *)componentName;
/expo/packages/@expo/cli/src/utils/
H A Dlink.ts16 if (terminalLink.isSupported) {
/expo/ios/versioned/sdk47/EXLocalAuthentication/EXLocalAuthentication/
H A DABI47_0_0EXLocalAuthentication.m44 …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 DClipboardListenerDemo.tsx15 const isSupported = useMemo(() => isCurrentPlatformSupported(['ios', 'android']), []);
20 {isSupported ? (
/expo/ios/versioned/sdk48/ExpoImage/
H A DImageView.swift397 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 DImageView.swift421 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 DImageView.swift415 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 DExpoBattery.web.ts40 get isSupported(): boolean {
H A DBattery.ts22 return Promise.resolve((ExpoBattery && ExpoBattery.isSupported) || false);
/expo/packages/@expo/cli/src/start/server/metro/
H A DmetroErrorInterface.ts130 const position = terminalLink.isSupported
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkYUVAPixmaps.h163 bool isSupported(const SupportedDataTypes&) const;

12